Package org.stellar.sdk.xdr
Class ContractCostParams
java.lang.Object
org.stellar.sdk.xdr.ContractCostParams
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()default Stringdefault byte[]
-
Constructor Details
-
ContractCostParams
public ContractCostParams() -
ContractCostParams
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getContractCostParams
-
setContractCostParams
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-