default TransactionEvent.Builder |
TransactionEvent.Builder.blockchainInstant(Consumer<BlockchainInstant.Builder> blockchainInstant) |
Sets the value of the BlockchainInstant property for this object.
|
TransactionEvent.Builder |
TransactionEvent.Builder.blockchainInstant(BlockchainInstant blockchainInstant) |
Sets the value of the BlockchainInstant property for this object.
|
static TransactionEvent.Builder |
TransactionEvent.builder() |
|
TransactionEvent.Builder |
TransactionEvent.Builder.confirmationStatus(String confirmationStatus) |
This container specifies whether the transaction has reached Finality.
|
TransactionEvent.Builder |
TransactionEvent.Builder.confirmationStatus(ConfirmationStatus confirmationStatus) |
This container specifies whether the transaction has reached Finality.
|
TransactionEvent.Builder |
TransactionEvent.Builder.contractAddress(String contractAddress) |
The blockchain address for the contract
|
TransactionEvent.Builder |
TransactionEvent.Builder.eventType(String eventType) |
The type of transaction event.
|
TransactionEvent.Builder |
TransactionEvent.Builder.eventType(QueryTransactionEventType eventType) |
The type of transaction event.
|
TransactionEvent.Builder |
TransactionEvent.Builder.from(String from) |
The wallet address initiating the transaction.
|
TransactionEvent.Builder |
TransactionEvent.Builder.network(String network) |
The blockchain network where the transaction occurred.
|
TransactionEvent.Builder |
TransactionEvent.Builder.network(QueryNetwork network) |
The blockchain network where the transaction occurred.
|
TransactionEvent.Builder |
TransactionEvent.Builder.spentVoutIndex(Integer spentVoutIndex) |
The position of the spent transaction output in the output list of the creating transaction.
|
TransactionEvent.Builder |
TransactionEvent.Builder.spentVoutTransactionHash(String spentVoutTransactionHash) |
The transactionHash that created the spent transaction output.
|
TransactionEvent.Builder |
TransactionEvent.Builder.spentVoutTransactionId(String spentVoutTransactionId) |
The transactionId that created the spent transaction output.
|
TransactionEvent.Builder |
TransactionEvent.Builder.to(String to) |
The wallet address receiving the transaction.
|
TransactionEvent.Builder |
TransactionEvent.toBuilder() |
|
TransactionEvent.Builder |
TransactionEvent.Builder.tokenId(String tokenId) |
The unique identifier for the token involved in the transaction.
|
TransactionEvent.Builder |
TransactionEvent.Builder.transactionHash(String transactionHash) |
The hash of a transaction.
|
TransactionEvent.Builder |
TransactionEvent.Builder.transactionId(String transactionId) |
The identifier of a Bitcoin transaction.
|
TransactionEvent.Builder |
TransactionEvent.Builder.value(String value) |
The value that was transacted.
|
TransactionEvent.Builder |
TransactionEvent.Builder.voutIndex(Integer voutIndex) |
The position of the transaction output in the transaction output list.
|
TransactionEvent.Builder |
TransactionEvent.Builder.voutSpent(Boolean voutSpent) |
Specifies if the transaction output is spent or unspent.
|