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