Uses of Class
com.syntifi.near.api.rpc.model.contract.ContractState
-
Packages that use ContractState Package Description com.syntifi.near.api.rpc.service -
-
Uses of ContractState in com.syntifi.near.api.rpc.service
Methods in com.syntifi.near.api.rpc.service that return ContractState Modifier and Type Method Description ContractStateNearService. 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).ContractStateNearService. 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).ContractStateNearService. 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).
-