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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static TransactionSetV1
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static TransactionSetV1
fromXdrBase64
(String xdr) static TransactionSetV1
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setPhases
(TransactionPhase[] phases) void
setPreviousLedgerHash
(Hash previousLedgerHash) toString()
default String
default 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
-