TransactionResultMetaV1Xdr

data class TransactionResultMetaV1Xdr(val ext: ExtensionPointXdr, val result: TransactionResultPairXdr, val feeProcessing: LedgerEntryChangesXdr, val txApplyProcessing: TransactionMetaXdr, val postTxApplyFeeProcessing: LedgerEntryChangesXdr)

XDR Source: struct TransactionResultMetaV1 { ExtensionPoint ext;

TransactionResultPair result;
LedgerEntryChanges feeProcessing;
TransactionMeta txApplyProcessing;

LedgerEntryChanges postTxApplyFeeProcessing;

};

Constructors

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

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)