corda / net.corda.core.flows / NotaryError / Conflict

Conflict

data class Conflict : NotaryError

Occurs when one or more input states have already been consumed by another transaction.

Constructors

<init>

Occurs when one or more input states have already been consumed by another transaction.

Conflict(txId: SecureHash, consumedStates: Map<StateRef, StateConsumptionDetails>)

Properties

consumedStates

Specifies which states have already been consumed in another transaction.

val consumedStates: Map<StateRef, StateConsumptionDetails>

txId

Id of the transaction that was attempted to be notarised.

val txId: SecureHash

Functions

toString

fun toString(): String