Class TransactionMetaV2

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

public class TransactionMetaV2 extends Object implements XdrElement
TransactionMetaV2's original definition in the XDR file is:
 struct TransactionMetaV2
 {
     LedgerEntryChanges txChangesBefore; // tx level changes before operations
                                         // are applied if any
     OperationMeta operations<>;         // meta for each operation
     LedgerEntryChanges txChangesAfter;  // tx level changes after operations are
                                         // applied if any
 };