Uses of Interface
com.syntifi.near.api.rpc.service.contract.ContractMethod
-
-
Uses of ContractMethod in com.syntifi.near.api.rpc.service.contract
Methods in com.syntifi.near.api.rpc.service.contract with parameters of type ContractMethod Modifier and Type Method Description static <T> FunctionCallResult<T>ContractMethodCaller. callFor(ContractMethod method, java.lang.Class<T> returnClass, NearService nearService, java.lang.String contractAccountId, ContractMethodParams params)Calls a contract for specific method -
Uses of ContractMethod in com.syntifi.near.api.rpc.service.contract.ft
Classes in com.syntifi.near.api.rpc.service.contract.ft that implement ContractMethod Modifier and Type Class Description static classFTContractFunctionCall.StakingMethodCaller.ViewMethod -
Uses of ContractMethod in com.syntifi.near.api.rpc.service.contract.nft
Classes in com.syntifi.near.api.rpc.service.contract.nft that implement ContractMethod Modifier and Type Class Description static classNFTContractFunctionCall.StakingMethodCaller.ViewMethod -
Uses of ContractMethod in com.syntifi.near.api.rpc.service.contract.staking
Classes in com.syntifi.near.api.rpc.service.contract.staking that implement ContractMethod Modifier and Type Class Description static classStakingContractFunctionCall.LockupMethods.ViewMethodstatic classStakingContractFunctionCall.StakingMethodCaller.ChangeMethodstatic classStakingContractFunctionCall.StakingMethodCaller.ViewMethod
-