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.confirmationStatus(String confirmationStatus) |
Specifies whether the transaction has reached Finality.
|
Transaction.Builder |
Transaction.Builder.confirmationStatus(ConfirmationStatus confirmationStatus) |
Specifies whether the transaction has reached Finality.
|
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.executionStatus(String executionStatus) |
Identifies whether the transaction has succeeded or failed.
|
Transaction.Builder |
Transaction.Builder.executionStatus(ExecutionStatus executionStatus) |
Identifies whether the transaction has succeeded or failed.
|
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(String network) |
The blockchain network where the transaction occurred.
|
Transaction.Builder |
Transaction.Builder.network(QueryNetwork network) |
The blockchain network where the transaction occurred.
|
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.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 a transaction.
|
Transaction.Builder |
Transaction.Builder.transactionId(String transactionId) |
The identifier of a Bitcoin 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.
|