outputs property
Transaction outputs including a change output if applied.
Implementation
@$pb.TagNumber(4)
$pb.PbList<Output> get outputs => $_getList(3);
Transaction outputs including a change output if applied.
@$pb.TagNumber(4)
$pb.PbList<Output> get outputs => $_getList(3);