UNPKG

palmpaywrappersdk

Version:

PalmPay Wrapper Sdk

6 lines (5 loc) 262 B
export declare class VerifyUtil { static rsaVerify(content: string, signature: string, publicKey: string, hash: string): boolean; static verify(params: Record<string, any>, signature: string, publicKey: string): boolean; private static _formatKey; }