Skip to main content

SignerFn type

SignerFn Is function to sign data with a verification method

Signature:

export type SignerFn = (vm: VerificationMethod, data: Uint8Array) => Signer;