Package org.stellar.sdk.xdr
Class TransactionSet
java.lang.Object
org.stellar.sdk.xdr.TransactionSet
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionSetdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TransactionSet encodedTransactionSet) booleanstatic TransactionSetfromXdrBase64(String xdr) static TransactionSetfromXdrByteArray(byte[] xdr) getTxs()inthashCode()voidsetPreviousLedgerHash(Hash value) voidsetTxs(TransactionEnvelope[] value) byte[]
-
Constructor Details
-
TransactionSet
public TransactionSet()
-
-
Method Details
-
getPreviousLedgerHash
-
setPreviousLedgerHash
-
getTxs
-
setTxs
-
encode
public static void encode(XdrDataOutputStream stream, TransactionSet encodedTransactionSet) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-