Class InnerTransactionResultPair

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

public class InnerTransactionResultPair extends Object
InnerTransactionResultPair's original definition in the XDR file is:
 struct InnerTransactionResultPair
 {
     Hash transactionHash;          // hash of the inner transaction
     InnerTransactionResult result; // result for the inner transaction
 };