Transaction Result Meta Xdr
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)