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