Uses of Class
com.syntifi.near.api.rpc.service.contract.AccountIdParam
-
Packages that use AccountIdParam Package Description com.syntifi.near.api.rpc.service.contract.ft com.syntifi.near.api.rpc.service.contract.nft com.syntifi.near.api.rpc.service.contract.staking -
-
Uses of AccountIdParam in com.syntifi.near.api.rpc.service.contract.ft
Methods in com.syntifi.near.api.rpc.service.contract.ft with parameters of type AccountIdParam 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 result -
Uses of AccountIdParam in com.syntifi.near.api.rpc.service.contract.nft
Methods in com.syntifi.near.api.rpc.service.contract.nft with parameters of type AccountIdParam 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 result -
Uses of AccountIdParam in com.syntifi.near.api.rpc.service.contract.staking
Methods in com.syntifi.near.api.rpc.service.contract.staking with parameters of type AccountIdParam 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
-