outputs property

  1. @TagNumber(4)
List<Output> get outputs

The output of the transaction. Note that the change output is specified in the change_output field.

Implementation

@$pb.TagNumber(4)
$core.List<Output> get outputs => $_getList(3);