outputs property

  1. @TagNumber.new(4)
PbList<TxOutput> get outputs

Outputs of the tx (aka. vout)

Implementation

@$pb.TagNumber(4)
$pb.PbList<TxOutput> get outputs => $_getList(3);