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