SignerFn type
SignerFn Is function to sign data with a verification method
Signature:
export type SignerFn = (vm: VerificationMethod, data: Uint8Array) => Signer;
SignerFn Is function to sign data with a verification method
Signature:
export type SignerFn = (vm: VerificationMethod, data: Uint8Array) => Signer;