| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTransactionResponse> |
ManagedBlockchainQueryAsyncClient.getTransaction(Consumer<GetTransactionRequest.Builder> getTransactionRequest)
Get the details of a transaction.
|
default CompletableFuture<GetTransactionResponse> |
ManagedBlockchainQueryAsyncClient.getTransaction(GetTransactionRequest getTransactionRequest)
Get the details of a transaction.
|
Copyright © 2023. All rights reserved.