outputs property

Returns a list of all the TransactionOutputs

Implementation

List<TransactionOutput> get outputs {
  return _txnOutputs;
}