Uses of Class
com.syntifi.near.api.rpc.model.contract.ContractState
-
Packages that use ContractState Package Description com.syntifi.near.api.rpc -
-
Uses of ContractState in com.syntifi.near.api.rpc
Methods in com.syntifi.near.api.rpc that return ContractState Modifier and Type Method Description ContractState
NearClient. viewContractState(long blockHeight, java.lang.String accountId, java.lang.String prefixBase64)
Returns the state (key value pairs) of a contract based on the key prefix (base64 encoded).ContractState
NearClient. viewContractState(Finality finality, java.lang.String accountId, java.lang.String prefixBase64)
Returns the state (key value pairs) of a contract based on the key prefix (base64 encoded).ContractState
NearClient. viewContractState(java.lang.String blockHash, java.lang.String accountId, java.lang.String prefixBase64)
Returns the state (key value pairs) of a contract based on the key prefix (base64 encoded).
-