Package org.stellar.sdk.xdr
Class TransactionPhase
java.lang.Object
org.stellar.sdk.xdr.TransactionPhase
TransactionPhase's original definition in the XDR file is:
union TransactionPhase switch (int v) { case 0: TxSetComponent v0Components<>; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static TransactionPhase
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static TransactionPhase
fromXdrBase64
(String xdr) static TransactionPhase
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setDiscriminant
(Integer discriminant) void
setV0Components
(TxSetComponent[] v0Components) toString()
default String
default byte[]
-
Constructor Details
-
TransactionPhase
public TransactionPhase() -
TransactionPhase
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getDiscriminant
-
getV0Components
-
setDiscriminant
-
setV0Components
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-