OperationMetaV2Xdr

data class OperationMetaV2Xdr(val ext: ExtensionPointXdr, val changes: LedgerEntryChangesXdr, val events: List<ContractEventXdr>)

XDR Source: struct OperationMetaV2 { ExtensionPoint ext;

LedgerEntryChanges changes;

ContractEvent events<>;

};

Constructors

Link copied to clipboard
constructor(ext: ExtensionPointXdr, changes: LedgerEntryChangesXdr, events: List<ContractEventXdr>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)