inputs property
Selected unspent transaction outputs (subset of all input UTXOs).
Implementation
@$pb.TagNumber(3)
$pb.PbList<Input> get inputs => $_getList(2);
Selected unspent transaction outputs (subset of all input UTXOs).
@$pb.TagNumber(3)
$pb.PbList<Input> get inputs => $_getList(2);