TransactionMetaV1Xdr

data class TransactionMetaV1Xdr(val txChanges: LedgerEntryChangesXdr, val operations: List<OperationMetaXdr>)

XDR Source: struct TransactionMetaV1 { LedgerEntryChanges txChanges; // tx level changes if any OperationMeta operations<>; // meta for each operation };

Constructors

Link copied to clipboard
constructor(txChanges: LedgerEntryChangesXdr, operations: List<OperationMetaXdr>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

tx level changes if any

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)