Package org.stellar.sdk.xdr
Class TransactionResultSet
java.lang.Object
org.stellar.sdk.xdr.TransactionResultSet
- All Implemented Interfaces:
XdrElement
TransactionResultSet's original definition in the XDR file is:
struct TransactionResultSet
{
TransactionResultPair results<>;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static TransactionResultSetdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic TransactionResultSetfromXdrBase64(String xdr) static TransactionResultSetfromXdrByteArray(byte[] xdr) inthashCode()voidsetResults(TransactionResultPair[] results) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
TransactionResultSet
public TransactionResultSet() -
TransactionResultSet
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getResults
-
setResults
-
equals
-
hashCode
public int hashCode() -
toString
-