Package org.stellar.sdk.xdr
Class InnerTransactionResultPair
java.lang.Object
org.stellar.sdk.xdr.InnerTransactionResultPair
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
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionInnerTransactionResultPair
(Hash transactionHash, InnerTransactionResult result) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static InnerTransactionResultPair
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static InnerTransactionResultPair
fromXdrBase64
(String xdr) static InnerTransactionResultPair
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setResult
(InnerTransactionResult result) void
setTransactionHash
(Hash transactionHash) toString()
default String
default byte[]
-
Constructor Details
-
InnerTransactionResultPair
public InnerTransactionResultPair() -
InnerTransactionResultPair
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getTransactionHash
-
getResult
-
setTransactionHash
-
setResult
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-