public static interface TransactionEvent.Builder extends SdkPojo, CopyableBuilder<TransactionEvent.Builder,TransactionEvent>
| Modifier and Type | Method and Description |
|---|---|
TransactionEvent.Builder |
contractAddress(String contractAddress)
The blockchain address.
|
TransactionEvent.Builder |
eventType(QueryTransactionEventType eventType)
The type of transaction event.
|
TransactionEvent.Builder |
eventType(String eventType)
The type of transaction event.
|
TransactionEvent.Builder |
from(String from)
The wallet address initiating the transaction.
|
TransactionEvent.Builder |
network(QueryNetwork network)
The blockchain network where the transaction occurred.
|
TransactionEvent.Builder |
network(String network)
The blockchain network where the transaction occurred.
|
TransactionEvent.Builder |
to(String to)
The wallet address receiving the transaction.
|
TransactionEvent.Builder |
tokenId(String tokenId)
The unique identifier for the token involved in the transaction.
|
TransactionEvent.Builder |
transactionHash(String transactionHash)
The hash of the transaction.
|
TransactionEvent.Builder |
transactionId(String transactionId)
The unique identifier of the transaction.
|
TransactionEvent.Builder |
value(String value)
The value that was transacted.
|
TransactionEvent.Builder |
voutIndex(Integer voutIndex)
The position of the vout in the transaction output list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransactionEvent.Builder network(String network)
The blockchain network where the transaction occurred.
network - The blockchain network where the transaction occurred.QueryNetwork,
QueryNetworkTransactionEvent.Builder network(QueryNetwork network)
The blockchain network where the transaction occurred.
network - The blockchain network where the transaction occurred.QueryNetwork,
QueryNetworkTransactionEvent.Builder transactionHash(String transactionHash)
The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
transactionHash - The hash of the transaction. It is generated whenever a transaction is verified and added to the
blockchain.TransactionEvent.Builder eventType(String eventType)
The type of transaction event.
eventType - The type of transaction event.QueryTransactionEventType,
QueryTransactionEventTypeTransactionEvent.Builder eventType(QueryTransactionEventType eventType)
The type of transaction event.
eventType - The type of transaction event.QueryTransactionEventType,
QueryTransactionEventTypeTransactionEvent.Builder from(String from)
The wallet address initiating the transaction. It can either be a public key or a contract.
from - The wallet address initiating the transaction. It can either be a public key or a contract.TransactionEvent.Builder to(String to)
The wallet address receiving the transaction. It can either be a public key or a contract.
to - The wallet address receiving the transaction. It can either be a public key or a contract.TransactionEvent.Builder value(String value)
The value that was transacted.
value - The value that was transacted.TransactionEvent.Builder contractAddress(String contractAddress)
The blockchain address. for the contract
contractAddress - The blockchain address. for the contractTransactionEvent.Builder tokenId(String tokenId)
The unique identifier for the token involved in the transaction.
tokenId - The unique identifier for the token involved in the transaction.TransactionEvent.Builder transactionId(String transactionId)
The unique identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
transactionId - The unique identifier of the transaction. It is generated whenever a transaction is verified and added
to the blockchain.TransactionEvent.Builder voutIndex(Integer voutIndex)
The position of the vout in the transaction output list.
voutIndex - The position of the vout in the transaction output list.Copyright © 2023. All rights reserved.