OperationMetaXdr

data class OperationMetaXdr(val changes: LedgerEntryChangesXdr)

XDR Source: struct OperationMeta { LedgerEntryChanges changes; };

Constructors

Link copied to clipboard
constructor(changes: LedgerEntryChangesXdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)