Interface TransactionOutputItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TransactionOutputItem.Builder,TransactionOutputItem>, SdkBuilder<TransactionOutputItem.Builder,TransactionOutputItem>, SdkPojo
Enclosing class:
TransactionOutputItem

public static interface TransactionOutputItem.Builder extends SdkPojo, CopyableBuilder<TransactionOutputItem.Builder,TransactionOutputItem>
  • Method Details

    • transactionHash

      TransactionOutputItem.Builder transactionHash(String transactionHash)

      The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.

      Parameters:
      transactionHash - The hash of the transaction. It is generated whenever a transaction is verified and added to the blockchain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • network

      The blockchain network where the transaction occurred.

      Parameters:
      network - The blockchain network where the transaction occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • network

      The blockchain network where the transaction occurred.

      Parameters:
      network - The blockchain network where the transaction occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • transactionTimestamp

      TransactionOutputItem.Builder transactionTimestamp(Instant transactionTimestamp)

      The time when the transaction occurred.

      Parameters:
      transactionTimestamp - The time when the transaction occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.