| 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 BatchGetTokenBalanceResponse |
ManagedBlockchainQueryClient.batchGetTokenBalance(BatchGetTokenBalanceRequest batchGetTokenBalanceRequest)
Gets the token balance for a batch of tokens by using the
BatchGetTokenBalance action for every
token in the request. |
default BatchGetTokenBalanceResponse |
ManagedBlockchainQueryClient.batchGetTokenBalance(Consumer<BatchGetTokenBalanceRequest.Builder> batchGetTokenBalanceRequest)
Gets the token balance for a batch of tokens by using the
BatchGetTokenBalance action for every
token in the request. |
default GetAssetContractResponse |
ManagedBlockchainQueryClient.getAssetContract(Consumer<GetAssetContractRequest.Builder> getAssetContractRequest)
Gets the information about a specific contract deployed on the blockchain.
|
default GetAssetContractResponse |
ManagedBlockchainQueryClient.getAssetContract(GetAssetContractRequest getAssetContractRequest)
Gets the information about a specific contract deployed on the blockchain.
|
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.
|
default GetTransactionResponse |
ManagedBlockchainQueryClient.getTransaction(Consumer<GetTransactionRequest.Builder> getTransactionRequest)
Get the details of a transaction.
|
default GetTransactionResponse |
ManagedBlockchainQueryClient.getTransaction(GetTransactionRequest getTransactionRequest)
Get the details of a transaction.
|
Copyright © 2023. All rights reserved.