| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Transaction.clone() |
Transaction |
GetTransactionResult.getTransaction()
Contains the details of the transaction.
|
Transaction |
Transaction.withBlockHash(String blockHash)
The block hash is a unique identifier for a block.
|
Transaction |
Transaction.withBlockNumber(String blockNumber)
The block number in which the transaction is recorded.
|
Transaction |
Transaction.withConfirmationStatus(ConfirmationStatus confirmationStatus)
Specifies whether the transaction has reached Finality.
|
Transaction |
Transaction.withConfirmationStatus(String confirmationStatus)
Specifies whether the transaction has reached Finality.
|
Transaction |
Transaction.withContractAddress(String contractAddress)
The blockchain address for the contract.
|
Transaction |
Transaction.withCumulativeGasUsed(String cumulativeGasUsed)
The amount of gas used up to the specified point in the block.
|
Transaction |
Transaction.withEffectiveGasPrice(String effectiveGasPrice)
The effective gas price.
|
Transaction |
Transaction.withExecutionStatus(ExecutionStatus executionStatus)
Identifies whether the transaction has succeeded or failed.
|
Transaction |
Transaction.withExecutionStatus(String executionStatus)
Identifies whether the transaction has succeeded or failed.
|
Transaction |
Transaction.withFrom(String from)
The initiator of the transaction.
|
Transaction |
Transaction.withGasUsed(String gasUsed)
The amount of gas used for the transaction.
|
Transaction |
Transaction.withNetwork(QueryNetwork network)
The blockchain network where the transaction occurred.
|
Transaction |
Transaction.withNetwork(String network)
The blockchain network where the transaction occurred.
|
Transaction |
Transaction.withNumberOfTransactions(Long numberOfTransactions)
The number of transactions in the block.
|
Transaction |
Transaction.withSignatureR(String signatureR)
The signature of the transaction.
|
Transaction |
Transaction.withSignatureS(String signatureS)
The signature of the transaction.
|
Transaction |
Transaction.withSignatureV(Integer signatureV)
The signature of the transaction.
|
Transaction |
Transaction.withTo(String to)
The identifier of the transaction.
|
Transaction |
Transaction.withTransactionFee(String transactionFee)
The transaction fee.
|
Transaction |
Transaction.withTransactionHash(String transactionHash)
The hash of a transaction.
|
Transaction |
Transaction.withTransactionId(String transactionId)
The identifier of a Bitcoin transaction.
|
Transaction |
Transaction.withTransactionIndex(Long transactionIndex)
The index of the transaction within a blockchain.
|
Transaction |
Transaction.withTransactionTimestamp(Date transactionTimestamp)
The
Timestamp of the transaction. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTransactionResult.setTransaction(Transaction transaction)
Contains the details of the transaction.
|
GetTransactionResult |
GetTransactionResult.withTransaction(Transaction transaction)
Contains the details of the transaction.
|
Copyright © 2025. All rights reserved.