Conflict

data class Conflict(val txId: SecureHash, val consumedStates: Map<StateRef, StateConsumptionDetails>) : NotaryError

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

Constructors

Link copied to clipboard
constructor(txId: SecureHash, consumedStates: Map<StateRef, StateConsumptionDetails>)

Properties

Link copied to clipboard

Specifies which states have already been consumed in another transaction.

Link copied to clipboard

Id of the transaction that was attempted to be notarised.

Functions

Link copied to clipboard
open override fun toString(): String