Class SorobanTransactionMeta

java.lang.Object
org.stellar.sdk.xdr.SorobanTransactionMeta

public class SorobanTransactionMeta extends Object
SorobanTransactionMeta's original definition in the XDR file is:
 struct SorobanTransactionMeta
 {
     SorobanTransactionMetaExt ext;

     ContractEvent events<>;             // custom events populated by the
                                         // contracts themselves.
     SCVal returnValue;                  // return value of the host fn invocation

     // Diagnostics events that are not hashed.
     // This will contain all contract and diagnostic events. Even ones
     // that were emitted in a failed contract call.
     DiagnosticEvent diagnosticEvents<>;
 };