application
5.0.0.665-Gecko1.0
application
/
net.corda.v5.application.uniqueness.model
/
UniquenessCheckErrorInputStateConflict
Uniqueness
Check
Error
Input
State
Conflict
interface
UniquenessCheckErrorInputStateConflict
:
UniquenessCheckError
Occurs when one or more input states have already been consumed by another transaction.
Functions
Functions
get
Conflicting
States
Link copied to clipboard
@
NotNull
abstract
fun
getConflictingStates
(
)
:
List
<
UniquenessCheckStateDetails
>
Specifies which states have already been consumed in another transaction.