Package org.stellar.sdk.xdr
Class ContractCostParams
java.lang.Object
org.stellar.sdk.xdr.ContractCostParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContractCostParamsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ContractCostParams encodedContractCostParams) booleanstatic ContractCostParamsfromXdrBase64(String xdr) static ContractCostParamsfromXdrByteArray(byte[] xdr) inthashCode()voidbyte[]
-
Constructor Details
-
ContractCostParams
public ContractCostParams() -
ContractCostParams
-
-
Method Details
-
getContractCostParams
-
setContractCostParams
-
encode
public static void encode(XdrDataOutputStream stream, ContractCostParams encodedContractCostParams) 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
-