Package-level declarations

Types

Link copied to clipboard

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. You can use AMB Query to read data from public blockchain networks, such as Bitcoin Mainnet and Ethereum Mainnet. You can also get information such as the current and historical balances of addresses, or you can get a list of blockchain transactions for a given time period. Additionally, you can get details of a given transaction, such as transaction events, which you can further analyze or use in business logic for your applications.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Gets the token balance for a batch of tokens by using the BatchGetTokenBalance action for every token in the request.

Link copied to clipboard

Gets the information about a specific contract deployed on the blockchain.

Link copied to clipboard

Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.

Link copied to clipboard

Gets the details of a transaction.

Link copied to clipboard

Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address).

Link copied to clipboard

Lists all the transaction events for an address on the blockchain.

Link copied to clipboard

This action returns the following for a given blockchain network:

Link copied to clipboard

Lists all the transaction events for a transaction

Link copied to clipboard

Lists all the transaction events for a transaction.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.