Uses of Class
com.syntifi.near.api.rpc.model.contract.ContractStateChanges
-
Packages that use ContractStateChanges Package Description com.syntifi.near.api.rpc -
-
Uses of ContractStateChanges in com.syntifi.near.api.rpc
Methods in com.syntifi.near.api.rpc that return ContractStateChanges Modifier and Type Method Description ContractStateChanges
NearClient. viewContractStateChanges(long blockHeight, java.lang.String[] accountIds, java.lang.String keyPrefixBase64)
Returns the state change details of a contract based on the key prefix (encoded to base64).ContractStateChanges
NearClient. viewContractStateChanges(Finality finality, java.lang.String[] accountIds, java.lang.String keyPrefixBase64)
Returns the state change details of a contract based on the key prefix (encoded to base64).ContractStateChanges
NearClient. viewContractStateChanges(java.lang.String blockHash, java.lang.String[] accountIds, java.lang.String keyPrefixBase64)
Returns the state change details of a contract based on the key prefix (encoded to base64).
-