Package org.stellar.sdk.xdr
Class TxDemandVector
java.lang.Object
org.stellar.sdk.xdr.TxDemandVector
- All Implemented Interfaces:
XdrElement
TxDemandVector's original definition in the XDR file is:
typedef Hash TxDemandVector<TX_DEMAND_VECTOR_MAX_SIZE>;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TxDemandVector
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static TxDemandVector
fromXdrBase64
(String xdr) static TxDemandVector
fromXdrByteArray
(byte[] xdr) Hash[]
int
hashCode()
void
setTxDemandVector
(Hash[] TxDemandVector) toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
TxDemandVector
public TxDemandVector() -
TxDemandVector
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getTxDemandVector
-
setTxDemandVector
-
equals
-
hashCode
public int hashCode() -
toString
-