public static interface TransactionOutputItem.Builder extends SdkPojo, CopyableBuilder<TransactionOutputItem.Builder,TransactionOutputItem>
| Modifier and Type | Method and Description |
|---|---|
TransactionOutputItem.Builder |
network(QueryNetwork network)
The blockchain network where the transaction occurred.
|
TransactionOutputItem.Builder |
network(String network)
The blockchain network where the transaction occurred.
|
TransactionOutputItem.Builder |
transactionHash(String transactionHash)
The hash of the transaction.
|
TransactionOutputItem.Builder |
transactionTimestamp(Instant transactionTimestamp)
The time when the transaction occurred.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransactionOutputItem.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.TransactionOutputItem.Builder network(String network)
The blockchain network where the transaction occurred.
network - The blockchain network where the transaction occurred.QueryNetwork,
QueryNetworkTransactionOutputItem.Builder network(QueryNetwork network)
The blockchain network where the transaction occurred.
network - The blockchain network where the transaction occurred.QueryNetwork,
QueryNetworkTransactionOutputItem.Builder transactionTimestamp(Instant transactionTimestamp)
The time when the transaction occurred.
transactionTimestamp - The time when the transaction occurred.Copyright © 2023. All rights reserved.