| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
TransactionEvent |
TransactionEvent.clone() |
TransactionEvent |
TransactionEvent.withContractAddress(String contractAddress)
The blockchain address.
|
TransactionEvent |
TransactionEvent.withEventType(QueryTransactionEventType eventType)
The type of transaction event.
|
TransactionEvent |
TransactionEvent.withEventType(String eventType)
The type of transaction event.
|
TransactionEvent |
TransactionEvent.withFrom(String from)
The wallet address initiating the transaction.
|
TransactionEvent |
TransactionEvent.withNetwork(QueryNetwork network)
The blockchain network where the transaction occurred.
|
TransactionEvent |
TransactionEvent.withNetwork(String network)
The blockchain network where the transaction occurred.
|
TransactionEvent |
TransactionEvent.withTo(String to)
The wallet address receiving the transaction.
|
TransactionEvent |
TransactionEvent.withTokenId(String tokenId)
The unique identifier for the token involved in the transaction.
|
TransactionEvent |
TransactionEvent.withTransactionHash(String transactionHash)
The hash of the transaction.
|
TransactionEvent |
TransactionEvent.withTransactionId(String transactionId)
The unique identifier of the transaction.
|
TransactionEvent |
TransactionEvent.withValue(String value)
The value that was transacted.
|
TransactionEvent |
TransactionEvent.withVoutIndex(Integer voutIndex)
The position of the vout in the transaction output list.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionEvent> |
ListTransactionEventsResult.getEvents()
An array of
TransactionEvent objects. |
| Modifier and Type | Method and Description |
|---|---|
ListTransactionEventsResult |
ListTransactionEventsResult.withEvents(TransactionEvent... events)
An array of
TransactionEvent objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTransactionEventsResult.setEvents(Collection<TransactionEvent> events)
An array of
TransactionEvent objects. |
ListTransactionEventsResult |
ListTransactionEventsResult.withEvents(Collection<TransactionEvent> events)
An array of
TransactionEvent objects. |
Copyright © 2023. All rights reserved.