Package org.stellar.sdk.xdr
Class InnerTransactionResultPair
java.lang.Object
org.stellar.sdk.xdr.InnerTransactionResultPair
- All Implemented Interfaces:
XdrElement
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
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionInnerTransactionResultPair(Hash transactionHash, InnerTransactionResult result) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static InnerTransactionResultPairdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic InnerTransactionResultPairfromXdrBase64(String xdr) static InnerTransactionResultPairfromXdrByteArray(byte[] xdr) inthashCode()voidsetResult(InnerTransactionResult result) voidsetTransactionHash(Hash transactionHash) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
InnerTransactionResultPair
public InnerTransactionResultPair() -
InnerTransactionResultPair
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getTransactionHash
-
getResult
-
setTransactionHash
-
setResult
-
equals
-
hashCode
public int hashCode() -
toString
-