Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.GetTokenBalanceResponse
-
Packages that use GetTokenBalanceResponse Package Description software.amazon.awssdk.services.managedblockchainquery Amazon Managed Blockchain (AMB) Query provides you with convenient access to multi-blockchain network data, which makes it easier for you to extract contextual data related to blockchain activity. -
-
Uses of GetTokenBalanceResponse in software.amazon.awssdk.services.managedblockchainquery
Methods in software.amazon.awssdk.services.managedblockchainquery that return GetTokenBalanceResponse Modifier and Type Method Description default GetTokenBalanceResponseManagedBlockchainQueryClient. getTokenBalance(Consumer<GetTokenBalanceRequest.Builder> getTokenBalanceRequest)Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.default GetTokenBalanceResponseManagedBlockchainQueryClient. getTokenBalance(GetTokenBalanceRequest getTokenBalanceRequest)Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.Methods in software.amazon.awssdk.services.managedblockchainquery that return types with arguments of type GetTokenBalanceResponse Modifier and Type Method Description default CompletableFuture<GetTokenBalanceResponse>ManagedBlockchainQueryAsyncClient. getTokenBalance(Consumer<GetTokenBalanceRequest.Builder> getTokenBalanceRequest)Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.default CompletableFuture<GetTokenBalanceResponse>ManagedBlockchainQueryAsyncClient. getTokenBalance(GetTokenBalanceRequest getTokenBalanceRequest)Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.
-