| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetTokenBalanceResponse |
ManagedBlockchainQueryClient.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 GetTokenBalanceResponse |
ManagedBlockchainQueryClient.getTokenBalance(GetTokenBalanceRequest getTokenBalanceRequest)
Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the
blockchain.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.