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