Error thrown when a data signature does not match the expected value. This error provides access to the original payload, which may still hold value despite the tampering indicated by the invalid signature.
new
BadSignatureError(message: string,payload: Uint8Array,)
Constructs a new BadSignatureError
instance.
The original payload that failed signature verification.