Package org.stellar.sdk.xdr
Class TransactionSet
java.lang.Object
org.stellar.sdk.xdr.TransactionSet
- All Implemented Interfaces:
XdrElement
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 TransactionSet
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static TransactionSet
fromXdrBase64
(String xdr) static TransactionSet
fromXdrByteArray
(byte[] xdr) getTxs()
int
hashCode()
void
setPreviousLedgerHash
(Hash previousLedgerHash) void
setTxs
(TransactionEnvelope[] txs) toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
TransactionSet
public TransactionSet() -
TransactionSet
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getPreviousLedgerHash
-
getTxs
-
setPreviousLedgerHash
-
setTxs
-
equals
-
hashCode
public int hashCode() -
toString
-