Package-level declarations
Types
Link copied to clipboard
interface UniquenessCheckError
Representation of errors that can be raised by the uniqueness checker.
Link copied to clipboard
Occurs when one or more input states have already been consumed by another transaction.
Link copied to clipboard
Occurs when one or more input states are not known to the uniqueness checker.
Link copied to clipboard
Occurs when data in the received request is invalid.
Link copied to clipboard
Occurs when one or more reference states have already been consumed by another transaction.
Link copied to clipboard
Occurs when one or more reference states are not known to the uniqueness checker.
Link copied to clipboard
Occurs when the specified time is outside the allowed tolerance.
Link copied to clipboard
Occurs when there's an unhandled exception in the uniqueness checker.
Link copied to clipboard
interface UniquenessCheckResult
Representation of the result of a uniqueness check request.
Link copied to clipboard
This result will be returned by the uniqueness checker if the request was unsuccessful.
Link copied to clipboard
This result will be returned by the uniqueness checker if the request was successful.
Link copied to clipboard
interface UniquenessCheckStateDetails
Representation of the state details that must be persisted by the uniqueness checker.
Link copied to clipboard
interface UniquenessCheckStateRef
Representation of a state reference.