verifyDidSignature
verifyDidSignature(
input
):Promise
<void
>
Verify a DID signature given the key URI of the signature. A signature verification returns false if a migrated and then deleted DID is used.
Parameters
• input: DidSignatureVerificationInput
Object wrapping all input.
Returns
Promise
<void
>