inputs property

Returns a list of all the TransactionInputs

Implementation

List<TransactionInput> get inputs {
  return _txnInputs;
}