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 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 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.
|
default ListAssetContractsResponse |
ManagedBlockchainQueryClient.listAssetContracts(Consumer<ListAssetContractsRequest.Builder> listAssetContractsRequest) |
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet
address).
|
default ListAssetContractsResponse |
ManagedBlockchainQueryClient.listAssetContracts(ListAssetContractsRequest listAssetContractsRequest) |
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet
address).
|
default ListAssetContractsIterable |
ManagedBlockchainQueryClient.listAssetContractsPaginator(Consumer<ListAssetContractsRequest.Builder> listAssetContractsRequest) |
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet
address).
|
default ListAssetContractsIterable |
ManagedBlockchainQueryClient.listAssetContractsPaginator(ListAssetContractsRequest listAssetContractsRequest) |
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet
address).
|
default ListTokenBalancesResponse |
ManagedBlockchainQueryClient.listTokenBalances(Consumer<ListTokenBalancesRequest.Builder> listTokenBalancesRequest) |
This action returns the following for a given blockchain network:
|
default ListTokenBalancesResponse |
ManagedBlockchainQueryClient.listTokenBalances(ListTokenBalancesRequest listTokenBalancesRequest) |
This action returns the following for a given blockchain network:
|
default ListTokenBalancesIterable |
ManagedBlockchainQueryClient.listTokenBalancesPaginator(Consumer<ListTokenBalancesRequest.Builder> listTokenBalancesRequest) |
This action returns the following for a given blockchain network:
|
default ListTokenBalancesIterable |
ManagedBlockchainQueryClient.listTokenBalancesPaginator(ListTokenBalancesRequest listTokenBalancesRequest) |
This action returns the following for a given blockchain network:
|
default ListTransactionEventsResponse |
ManagedBlockchainQueryClient.listTransactionEvents(Consumer<ListTransactionEventsRequest.Builder> listTransactionEventsRequest) |
An array of TransactionEvent objects.
|
default ListTransactionEventsResponse |
ManagedBlockchainQueryClient.listTransactionEvents(ListTransactionEventsRequest listTransactionEventsRequest) |
An array of TransactionEvent objects.
|
default ListTransactionEventsIterable |
ManagedBlockchainQueryClient.listTransactionEventsPaginator(Consumer<ListTransactionEventsRequest.Builder> listTransactionEventsRequest) |
An array of TransactionEvent objects.
|
default ListTransactionEventsIterable |
ManagedBlockchainQueryClient.listTransactionEventsPaginator(ListTransactionEventsRequest listTransactionEventsRequest) |
An array of TransactionEvent objects.
|
default ListTransactionsResponse |
ManagedBlockchainQueryClient.listTransactions(Consumer<ListTransactionsRequest.Builder> listTransactionsRequest) |
Lists all of the transactions on a given wallet address or to a specific contract.
|
default ListTransactionsResponse |
ManagedBlockchainQueryClient.listTransactions(ListTransactionsRequest listTransactionsRequest) |
Lists all of the transactions on a given wallet address or to a specific contract.
|
default ListTransactionsIterable |
ManagedBlockchainQueryClient.listTransactionsPaginator(Consumer<ListTransactionsRequest.Builder> listTransactionsRequest) |
Lists all of the transactions on a given wallet address or to a specific contract.
|
default ListTransactionsIterable |
ManagedBlockchainQueryClient.listTransactionsPaginator(ListTransactionsRequest listTransactionsRequest) |
Lists all of the transactions on a given wallet address or to a specific contract.
|