| 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 | |
| software.amazon.awssdk.services.managedblockchainquery.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListTransactionsResponse |
ManagedBlockchainQueryClient.listTransactions(ListTransactionsRequest 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.
|
default ListTransactionsIterable |
ManagedBlockchainQueryClient.listTransactionsPaginator(ListTransactionsRequest listTransactionsRequest)
Lists all of the transactions on a given wallet address or to a specific contract.
|
default ListTransactionsPublisher |
ManagedBlockchainQueryAsyncClient.listTransactionsPaginator(ListTransactionsRequest listTransactionsRequest)
Lists all of the transactions on a given wallet address or to a specific contract.
|
| Constructor and Description |
|---|
ListTransactionsIterable(ManagedBlockchainQueryClient client,
ListTransactionsRequest firstRequest) |
ListTransactionsPublisher(ManagedBlockchainQueryAsyncClient client,
ListTransactionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTransactionsRequestMarshaller.marshall(ListTransactionsRequest listTransactionsRequest) |
Copyright © 2023. All rights reserved.