txChangesBefore property

XdrLedgerEntryChanges txChangesBefore

Implementation

XdrLedgerEntryChanges get txChangesBefore => this._txChangesBefore;
void txChangesBefore=(XdrLedgerEntryChanges value)

Implementation

set txChangesBefore(XdrLedgerEntryChanges value) =>
    this._txChangesBefore = value;