SignatureInvalid

data class SignatureInvalid(val eventId: String, val eventTs: Long, val reason: String) : ChainVerificationResult

Signature verification failed for a signed event.

Constructors

Link copied to clipboard
constructor(eventId: String, eventTs: Long, reason: String)

Properties

Link copied to clipboard

ID of the event with invalid signature.

Link copied to clipboard

Timestamp of the event.

Link copied to clipboard

Description of the verification failure.