StateConsumptionDetails

data class StateConsumptionDetails(val hashOfTransactionId: SecureHash, val type: StateConsumptionDetails.ConsumedStateType)

Contains information about the consuming transaction for a particular state.

Constructors

Link copied to clipboard
constructor(hashOfTransactionId: SecureHash)
constructor(hashOfTransactionId: SecureHash, type: StateConsumptionDetails.ConsumedStateType)

Properties

Link copied to clipboard

Hash of the consuming transaction id.

Link copied to clipboard

The type of consumed state: either a reference input state or a regular input state.

Functions

Link copied to clipboard
fun copy(hashOfTransactionId: SecureHash): StateConsumptionDetails