corda / net.corda.core.flows / StateConsumptionDetails

StateConsumptionDetails

data class StateConsumptionDetails

Contains information about the consuming transaction for a particular state.

Types

ConsumedStateType

enum class ConsumedStateType

Constructors

<init>

StateConsumptionDetails(hashOfTransactionId: SecureHash)

Contains information about the consuming transaction for a particular state.

StateConsumptionDetails(hashOfTransactionId: SecureHash, type: ConsumedStateType)

Properties

hashOfTransactionId

Hash of the consuming transaction id.

val hashOfTransactionId: SecureHash

type

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

val type: ConsumedStateType

Functions

copy

fun copy(hashOfTransactionId: SecureHash): StateConsumptionDetails