| 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.
|
| software.amazon.awssdk.services.managedblockchainquery.paginators |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTransactionsResponse> |
ManagedBlockchainQueryAsyncClient.listTransactions(Consumer<ListTransactionsRequest.Builder> listTransactionsRequest)
Lists all of the transactions on a given wallet address or to a specific contract.
|
default CompletableFuture<ListTransactionsResponse> |
ManagedBlockchainQueryAsyncClient.listTransactions(ListTransactionsRequest listTransactionsRequest)
Lists all of the transactions on a given wallet address or to a specific contract.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTransactionsResponse> |
ListTransactionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTransactionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTransactionsResponse> subscriber) |
Copyright © 2023. All rights reserved.