outputs property

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

A list of 1 or more outputs by this transaction

Implementation

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