mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-07-25 16:25:43 +00:00
3 lines
207 B
TypeScript
3 lines
207 B
TypeScript
import type { VerifyResult } from '../types.js';
|
|
export declare function signatureVerify(message: string | Uint8Array, signature: string | Uint8Array, addressOrPublicKey: string | Uint8Array): VerifyResult;
|