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