UniquenessCheckResponse

interface UniquenessCheckResponse

This is a response class that wraps the result of the uniqueness checking and a potential signature, if the request was processed successfully.

Properties

Link copied to clipboard
abstract val result: UniquenessCheckResult

The result produced by the uniqueness checker

Link copied to clipboard
abstract val signature: DigitalSignatureAndMetadata?

Contains the signature provided by the uniqueness checker. Will be null if the result is a failure.