UNPKG

bybit-api

Version:

Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.

2 lines (1 loc) 87 B
export declare function signMessage(message: string, secret: string): Promise<string>;