UNPKG

207 BTypeScriptView Raw
1import type { VerifyResult } from '../types.js';
2export declare function signatureVerify(message: string | Uint8Array, signature: string | Uint8Array, addressOrPublicKey: string | Uint8Array): VerifyResult;