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 class
FTContractFunctionCall.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 class
NFTContractFunctionCall.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 class
StakingContractFunctionCall.LockupMethods.ViewMethod
static class
StakingContractFunctionCall.StakingMethodCaller.ChangeMethod
static class
StakingContractFunctionCall.StakingMethodCaller.ViewMethod
-