txs property
Implementation
List<XdrTransactionEnvelope> get txs => this._txs;
Implementation
set txs(List<XdrTransactionEnvelope> value) => this._txs = value;
List<XdrTransactionEnvelope> get txs => this._txs;
set txs(List<XdrTransactionEnvelope> value) => this._txs = value;