UNPKG

bybit-api-gnome

Version:

Forked for Lick Hunter, Complete & robust node.js SDK for Bybit's REST APIs and WebSockets v5, with TypeScript & integration 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>;