Uses of Class
com.syntifi.near.api.rpc.model.contract.ContractFunctionCallResult
-
Packages that use ContractFunctionCallResult Package Description com.syntifi.near.api.rpc com.syntifi.near.api.rpc.service.contract.common -
-
Uses of ContractFunctionCallResult in com.syntifi.near.api.rpc
Methods in com.syntifi.near.api.rpc that return ContractFunctionCallResult Modifier and Type Method Description ContractFunctionCallResult
NearClient. 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
NearClient. 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
NearClient. 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. -
Uses of ContractFunctionCallResult in com.syntifi.near.api.rpc.service.contract.common
Methods in com.syntifi.near.api.rpc.service.contract.common that return ContractFunctionCallResult Modifier and Type Method Description ContractFunctionCallResult
FunctionCall. call(NearClient nearClient)
Constructors in com.syntifi.near.api.rpc.service.contract.common with parameters of type ContractFunctionCallResult Constructor Description FunctionCallResult(ContractFunctionCallResult contractFunctionCallResult, java.lang.Class<R> clazz)
Creates an instance of FunctionCallResult with the type for deserializing the result data and the full contract response object
-