static TransactionEvent.Builder |
TransactionEvent.builder() |
|
TransactionEvent.Builder |
TransactionEvent.Builder.contractAddress(String contractAddress) |
The blockchain address.
|
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.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 the transaction.
|
TransactionEvent.Builder |
TransactionEvent.Builder.transactionId(String transactionId) |
The unique identifier of the transaction.
|
TransactionEvent.Builder |
TransactionEvent.Builder.value(String value) |
The value that was transacted.
|
TransactionEvent.Builder |
TransactionEvent.Builder.voutIndex(Integer voutIndex) |
The position of the vout in the transaction output list.
|