Uses of Class
com.syntifi.near.api.model.contract.ContractFunctionCallResult
-
Packages that use ContractFunctionCallResult Package Description com.syntifi.near.api.service -
-
Uses of ContractFunctionCallResult in com.syntifi.near.api.service
Methods in com.syntifi.near.api.service that return ContractFunctionCallResult Modifier and Type Method Description ContractFunctionCallResult
NearService. callContractFunction(long blockHeight, java.lang.String accountId, java.lang.String methodName, java.lang.String argsBase64)
Allows you to call a contract method as a view function.ContractFunctionCallResult
NearService. callContractFunction(Finality finality, java.lang.String accountId, java.lang.String methodName, java.lang.String argsBase64)
Allows you to call a contract method as a view function.ContractFunctionCallResult
NearService. callContractFunction(java.lang.String blockHash, java.lang.String accountId, java.lang.String methodName, java.lang.String argsBase64)
Allows you to call a contract method as a view function.
-