Package org.stellar.sdk.xdr
Class TxDemandVector
java.lang.Object
org.stellar.sdk.xdr.TxDemandVector
TxDemandVector's original definition in the XDR file is:
typedef Hash TxDemandVector<TX_DEMAND_VECTOR_MAX_SIZE>;
-
Constructor Summary
-
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()
default String
default byte[]
-
Constructor Details
-
TxDemandVector
public TxDemandVector() -
TxDemandVector
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getTxDemandVector
-
setTxDemandVector
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-