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
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContractCostParams
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static ContractCostParams
fromXdrBase64
(String xdr) static ContractCostParams
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setContractCostParams
(ContractCostParamEntry[] ContractCostParams) toString()
default String
default 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
-