Package org.stellar.sdk.xdr
Class TransactionResultSet
java.lang.Object
org.stellar.sdk.xdr.TransactionResultSet
TransactionResultSet's original definition in the XDR file is:
struct TransactionResultSet { TransactionResultPair results<>; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static TransactionResultSet
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static TransactionResultSet
fromXdrBase64
(String xdr) static TransactionResultSet
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setResults
(TransactionResultPair[] results) toString()
default String
default byte[]
-
Constructor Details
-
TransactionResultSet
public TransactionResultSet() -
TransactionResultSet
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getResults
-
setResults
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-