TransactionResultMetaXdr

data class TransactionResultMetaXdr(val result: TransactionResultPairXdr, val feeProcessing: LedgerEntryChangesXdr, val txApplyProcessing: TransactionMetaXdr)

XDR Source: struct TransactionResultMeta { TransactionResultPair result; LedgerEntryChanges feeProcessing; TransactionMeta txApplyProcessing; };

Constructors

Link copied to clipboard
constructor(result: TransactionResultPairXdr, feeProcessing: LedgerEntryChangesXdr, txApplyProcessing: TransactionMetaXdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)