Package org.stellar.sdk.xdr
Class TransactionResultPair
java.lang.Object
org.stellar.sdk.xdr.TransactionResultPair
TransactionResultPair's original definition in the XDR file is:
struct TransactionResultPair { Hash transactionHash; TransactionResult result; // result for the transaction };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static TransactionResultPair
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static TransactionResultPair
fromXdrBase64
(String xdr) static TransactionResultPair
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setResult
(TransactionResult result) void
setTransactionHash
(Hash transactionHash) toString()
default String
default byte[]
-
Constructor Details
-
TransactionResultPair
public TransactionResultPair() -
TransactionResultPair
-
-
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
-