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 class
AccountIdParam
The 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 class
FTTransferParam
The 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 class
NFTTokensForOwnerParam
Parameter class to pass to some NFT contract callsclass
NFTTokensParam
Parameter class to pass to some NFT contract calls
-