inputs property

  1. @TagNumber.new(3)
PbList<Input> get inputs

Selected unspent transaction outputs (subset of all input UTXOs).

Implementation

@$pb.TagNumber(3)
$pb.PbList<Input> get inputs => $_getList(2);