Uses of Interface
com.syntifi.near.api.rpc.service.contract.ContractMethodParams
-
Packages that use ContractMethodParams Package Description com.syntifi.near.api.rpc.service.contract com.syntifi.near.api.rpc.service.contract.ft com.syntifi.near.api.rpc.service.contract.nft -
-
Uses of ContractMethodParams in com.syntifi.near.api.rpc.service.contract
Classes in com.syntifi.near.api.rpc.service.contract that implement ContractMethodParams Modifier and Type Class Description classAccountIdParamThe account id param for contractsMethods in com.syntifi.near.api.rpc.service.contract with parameters of type ContractMethodParams 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 ContractMethodParams in com.syntifi.near.api.rpc.service.contract.ft
Classes in com.syntifi.near.api.rpc.service.contract.ft that implement ContractMethodParams Modifier and Type Class Description classFTTransferParamThe param for FT transfers -
Uses of ContractMethodParams in com.syntifi.near.api.rpc.service.contract.nft
Classes in com.syntifi.near.api.rpc.service.contract.nft that implement ContractMethodParams Modifier and Type Class Description classNFTTokensForOwnerParamParameter class to pass to some NFT contract callsclassNFTTokensParamParameter class to pass to some NFT contract calls
-