txSet property

Implementation

XdrTransactionSet? get txSet => this._txSet;
void txSet=(XdrTransactionSet? value)

Implementation

set txSet(XdrTransactionSet? value) => this._txSet = value;