Uses of Class
com.syntifi.near.api.rpc.service.contract.FunctionCallResult
-
-
Uses of FunctionCallResult in com.syntifi.near.api.rpc.service.contract
Methods in com.syntifi.near.api.rpc.service.contract that return FunctionCallResult 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 FunctionCallResult in com.syntifi.near.api.rpc.service.contract.ft
Methods in com.syntifi.near.api.rpc.service.contract.ft that return FunctionCallResult Modifier and Type Method Description static FunctionCallResult<com.fasterxml.jackson.databind.JsonNode>FTContractFunctionCall. forBalanceOf(NearService nearService, java.lang.String contractAccountId, AccountIdParam accountIdParam)Builds a contract function call and returns a typed resultstatic FunctionCallResult<com.fasterxml.jackson.databind.JsonNode>FTContractFunctionCall. forMetadata(NearService nearService, java.lang.String contractAccountId)Builds a contract function call and returns a typed resultstatic FunctionCallResult<com.fasterxml.jackson.databind.JsonNode>FTContractFunctionCall. forTransferCall(NearService nearService, java.lang.String contractAccountId, FTTransferParam ftTransferParam)Builds a contract function call and returns a typed result -
Uses of FunctionCallResult in com.syntifi.near.api.rpc.service.contract.nft
Methods in com.syntifi.near.api.rpc.service.contract.nft that return FunctionCallResult Modifier and Type Method Description static FunctionCallResult<java.lang.String>NFTContractFunctionCall. forSupplyForOwner(NearService nearService, java.lang.String contractAccountId, AccountIdParam accountIdParam)Builds a contract function call and returns a typed resultstatic FunctionCallResult<com.fasterxml.jackson.databind.JsonNode>NFTContractFunctionCall. forTokens(NearService nearService, java.lang.String contractAccountId, NFTTokensParam nftTokensParam)Builds a contract function call and returns a typed resultstatic FunctionCallResult<NFTTokenList>NFTContractFunctionCall. forTokensForOwner(NearService nearService, java.lang.String contractAccountId, NFTTokensForOwnerParam nftTokensForOwnerParam)Builds a contract function call and returns a typed resultstatic FunctionCallResult<java.lang.String>NFTContractFunctionCall. forTotalSupply(NearService nearService, java.lang.String contractAccountId)Builds a contract function call and returns a typed result -
Uses of FunctionCallResult in com.syntifi.near.api.rpc.service.contract.staking
Methods in com.syntifi.near.api.rpc.service.contract.staking that return FunctionCallResult Modifier and Type Method Description static FunctionCallResult<java.math.BigInteger>StakingContractFunctionCall. forAccountTotalBalance(NearService nearService, java.lang.String contractAccountId, AccountIdParam accountIdParam)Builds a contract function call and returns a typed result
-