Package org.stellar.sdk.xdr
Class TxDemandVector
java.lang.Object
org.stellar.sdk.xdr.TxDemandVector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TxDemandVectordecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TxDemandVector encodedTxDemandVector) booleanstatic TxDemandVectorfromXdrBase64(String xdr) static TxDemandVectorfromXdrByteArray(byte[] xdr) Hash[]inthashCode()voidsetTxDemandVector(Hash[] value) byte[]
-
Constructor Details
-
TxDemandVector
public TxDemandVector() -
TxDemandVector
-
-
Method Details
-
getTxDemandVector
-
setTxDemandVector
-
encode
public static void encode(XdrDataOutputStream stream, TxDemandVector encodedTxDemandVector) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-