XdrTransactionMetaV2 constructor

XdrTransactionMetaV2(
  1. XdrLedgerEntryChanges _txChangesBefore,
  2. List<XdrOperationMeta> _operations,
  3. XdrLedgerEntryChanges _txChangesAfter
)

Implementation

XdrTransactionMetaV2(
    this._txChangesBefore, this._operations, this._txChangesAfter);