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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static TransactionPhasedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic TransactionPhasefromXdrBase64(String xdr) static TransactionPhasefromXdrByteArray(byte[] xdr) inthashCode()voidsetDiscriminant(Integer discriminant) voidsetV0Components(TxSetComponent[] v0Components) toString()default Stringdefault 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
-