UNPKG

295 BTypeScriptView Raw
1import type { HexString } from '@polkadot/util/types';
2import type { VerifyResult } from '../types';
3export declare function signatureVerify(message: HexString | Uint8Array | string, signature: HexString | Uint8Array | string, addressOrPublicKey: HexString | Uint8Array | string): VerifyResult;