Package org.stellar.sdk.xdr
Class TransactionSet
java.lang.Object
org.stellar.sdk.xdr.TransactionSet
TransactionSet's original definition in the XDR file is:
struct TransactionSet
{
Hash previousLedgerHash;
TransactionEnvelope txs<>;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static TransactionSetdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic TransactionSetfromXdrBase64(String xdr) static TransactionSetfromXdrByteArray(byte[] xdr) getTxs()inthashCode()voidsetPreviousLedgerHash(Hash previousLedgerHash) voidsetTxs(TransactionEnvelope[] txs) toString()default Stringdefault byte[]
-
Constructor Details
-
TransactionSet
public TransactionSet() -
TransactionSet
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getPreviousLedgerHash
-
getTxs
-
setPreviousLedgerHash
-
setTxs
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-