Package org.stellar.sdk.xdr
Class InnerTransactionResultPair
java.lang.Object
org.stellar.sdk.xdr.InnerTransactionResultPair
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InnerTransactionResultPairdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, InnerTransactionResultPair encodedInnerTransactionResultPair) booleanstatic InnerTransactionResultPairfromXdrBase64(String xdr) static InnerTransactionResultPairfromXdrByteArray(byte[] xdr) inthashCode()voidsetResult(InnerTransactionResult value) voidsetTransactionHash(Hash value) byte[]
-
Constructor Details
-
InnerTransactionResultPair
public InnerTransactionResultPair()
-
-
Method Details
-
getTransactionHash
-
setTransactionHash
-
getResult
-
setResult
-
encode
public static void encode(XdrDataOutputStream stream, InnerTransactionResultPair encodedInnerTransactionResultPair) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-