UNPKG

kalshi-typescript

Version:

Official TypeScript SDK for the Kalshi API

8 lines (7 loc) 243 B
export declare class KalshiAuth { private apiKey; private privateKeyPem; constructor(apiKey: string, privateKeyPem: string); private signPssText; generateAuthHeaders(method: string, path: string): Record<string, string>; }