UNPKG

@proton/ccxt

Version:

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

5 lines (4 loc) 271 B
import { CHash } from '../../static_dependencies/noble-hashes/utils.js'; declare function rsa(request: string, secret: string, hash: CHash): string | false; declare function jwt(request: {}, secret: Uint8Array, hash: CHash, isRSA?: boolean): string; export { rsa, jwt };