Class TransactionResultMetaV1

java.lang.Object
org.stellar.sdk.xdr.TransactionResultMetaV1
All Implemented Interfaces:
XdrElement

public class TransactionResultMetaV1 extends Object implements XdrElement
TransactionResultMetaV1's original definition in the XDR file is:
 struct TransactionResultMetaV1
 {
     ExtensionPoint ext;

     TransactionResultPair result;
     LedgerEntryChanges feeProcessing;
     TransactionMeta txApplyProcessing;

     LedgerEntryChanges postTxApplyFeeProcessing;
 };