Package org.stellar.sdk.xdr
Class DependentTxCluster
java.lang.Object
org.stellar.sdk.xdr.DependentTxCluster
- All Implemented Interfaces:
XdrElement
DependentTxCluster's original definition in the XDR file is:
typedef TransactionEnvelope DependentTxCluster<>;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DependentTxClusterdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic DependentTxClusterfromXdrBase64(String xdr) static DependentTxClusterfromXdrByteArray(byte[] xdr) inthashCode()voidsetDependentTxCluster(TransactionEnvelope[] DependentTxCluster) toString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
DependentTxCluster
public DependentTxCluster() -
DependentTxCluster
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getDependentTxCluster
-
setDependentTxCluster
-
equals
-
hashCode
public int hashCode() -
toString
-