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>

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

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

Properties

consumedStates

val consumedStates: Map<StateRef, StateConsumptionDetails>

Specifies which states have already been consumed in another transaction.

txId

val txId: SecureHash

Id of the transaction that was attempted to be notarised.

Functions

toString

fun toString(): String