UNPKG

ccxt

Version:

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges

6 lines (5 loc) 342 B
import { CHash } from '../../static_dependencies/noble-hashes/utils.js'; import { Dictionary } from "../types.js"; declare function rsa(request: string, secret: string, hash: CHash): string; declare function jwt(request: Dictionary<any>, secret: Uint8Array, hash: CHash, isRSA?: boolean, opts?: Dictionary<any>): string; export { rsa, jwt };