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
-
Constructor Summary
-
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()
default String
default 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
-