| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
Transaction.Builder |
Transaction.Builder.blockHash(String blockHash)
The block hash is a unique identifier for a block.
|
Transaction.Builder |
Transaction.Builder.blockNumber(String blockNumber)
The block number in which the transaction is recorded.
|
static Transaction.Builder |
Transaction.builder() |
Transaction.Builder |
Transaction.Builder.contractAddress(String contractAddress)
The blockchain address for the contract.
|
Transaction.Builder |
Transaction.Builder.cumulativeGasUsed(String cumulativeGasUsed)
The amount of gas used up to the specified point in the block.
|
Transaction.Builder |
Transaction.Builder.effectiveGasPrice(String effectiveGasPrice)
The effective gas price.
|
Transaction.Builder |
Transaction.Builder.from(String from)
The initiator of the transaction.
|
Transaction.Builder |
Transaction.Builder.gasUsed(String gasUsed)
The amount of gas used for the transaction.
|
Transaction.Builder |
Transaction.Builder.network(QueryNetwork network)
The blockchain network where the transaction occured.
|
Transaction.Builder |
Transaction.Builder.network(String network)
The blockchain network where the transaction occured.
|
Transaction.Builder |
Transaction.Builder.numberOfTransactions(Long numberOfTransactions)
The number of transactions in the block.
|
Transaction.Builder |
Transaction.Builder.signatureR(String signatureR)
The signature of the transaction.
|
Transaction.Builder |
Transaction.Builder.signatureS(String signatureS)
The signature of the transaction.
|
Transaction.Builder |
Transaction.Builder.signatureV(Integer signatureV)
The signature of the transaction.
|
Transaction.Builder |
Transaction.Builder.status(QueryTransactionStatus status)
The status of the transaction.
|
Transaction.Builder |
Transaction.Builder.status(String status)
The status of the transaction.
|
Transaction.Builder |
Transaction.Builder.to(String to)
The identifier of the transaction.
|
Transaction.Builder |
Transaction.toBuilder() |
Transaction.Builder |
Transaction.Builder.transactionFee(String transactionFee)
The transaction fee.
|
Transaction.Builder |
Transaction.Builder.transactionHash(String transactionHash)
The hash of the transaction.
|
Transaction.Builder |
Transaction.Builder.transactionId(String transactionId)
The unique identifier of the transaction.
|
Transaction.Builder |
Transaction.Builder.transactionIndex(Long transactionIndex)
The index of the transaction within a blockchain.
|
Transaction.Builder |
Transaction.Builder.transactionTimestamp(Instant transactionTimestamp)
The
Timestamp of the transaction. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Transaction.Builder> |
Transaction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetTransactionResponse.Builder |
GetTransactionResponse.Builder.transaction(Consumer<Transaction.Builder> transaction)
Contains the details of the transaction.
|
Copyright © 2023. All rights reserved.