UNPKG

@hachther/mesomb

Version:

JS client for browser to perform mobile payment operation with MeSomb

7 lines (6 loc) 278 B
export declare class Signature { static signRequest(service: string, method: string, url: string, date: Date, nonce: string, credentials: { secretKey: string; accessKey: string; }, headers?: Record<string, string>, body?: Record<string, any>): string; }