Transaction Meta V2Xdr
data class TransactionMetaV2Xdr(val txChangesBefore: LedgerEntryChangesXdr, val operations: List<OperationMetaXdr>, val txChangesAfter: LedgerEntryChangesXdr)
XDR Source: struct TransactionMetaV2 { LedgerEntryChanges txChangesBefore; // tx level changes before operations // are applied if any OperationMeta operations<>; // meta for each operation LedgerEntryChanges txChangesAfter; // tx level changes after operations are // applied if any };
Constructors
Link copied to clipboard
constructor(txChangesBefore: LedgerEntryChangesXdr, operations: List<OperationMetaXdr>, txChangesAfter: LedgerEntryChangesXdr)