TransactionMetaV2Xdr

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

tx level changes after operations are

Link copied to clipboard

tx level changes before operations

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)