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)StateConsumptionDetails(hashOfTransactionId: SecureHash, type: ConsumedStateType)

Contains information about the consuming transaction for a particular state.

Properties

hashOfTransactionId

val hashOfTransactionId: SecureHash

Hash of the consuming transaction id.

type

val type: ConsumedStateType

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

Functions

copy

fun copy(hashOfTransactionId: SecureHash): StateConsumptionDetails

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.