toggle menu
application
5.2.0.52
jvm
switch theme
search in API
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.
Members
Functions
get
Conflicting
States
Link copied to clipboard
@
NotNull
abstract
fun
getConflictingStates
(
)
:
List
<
UniquenessCheckStateDetails
>
Specifies which states have already been consumed in another transaction.