inputs property
A list of 1 or more transaction inputs or sources for coins.
Implementation
@$pb.TagNumber(3)
$core.List<TransactionInput> get inputs => $_getList(2);
A list of 1 or more transaction inputs or sources for coins.
@$pb.TagNumber(3)
$core.List<TransactionInput> get inputs => $_getList(2);