UNPKG

bybit-api

Version:

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

3 lines (2 loc) 169 B
/** This is async because the browser version uses a promise (browser-support) */ export declare function signMessage(message: string, secret: string): Promise<string>;