Package org.stellar.sdk.xdr
Class TransactionSetV1
java.lang.Object
org.stellar.sdk.xdr.TransactionSetV1
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionSetV1decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TransactionSetV1 encodedTransactionSetV1) booleanstatic TransactionSetV1fromXdrBase64(String xdr) static TransactionSetV1fromXdrByteArray(byte[] xdr) inthashCode()voidsetPhases(TransactionPhase[] value) voidsetPreviousLedgerHash(Hash value) byte[]
-
Constructor Details
-
TransactionSetV1
public TransactionSetV1()
-
-
Method Details
-
getPreviousLedgerHash
-
setPreviousLedgerHash
-
getPhases
-
setPhases
-
encode
public static void encode(XdrDataOutputStream stream, TransactionSetV1 encodedTransactionSetV1) 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
-