inputs property

  1. @TagNumber(3)
List<TransactionInput> get inputs

A list of 1 or more transaction inputs or sources for coins.

Implementation

@$pb.TagNumber(3)
$core.List<TransactionInput> get inputs => $_getList(2);