@znode/sign
Version:
signature algorithm
37 lines (36 loc) • 1.07 kB
TypeScript
import { sign } from './sign';
import wechat from './wechat';
import gate from './gate';
import binance from './binance';
import okex from './okex';
import ftx from './ftx';
import woo from './woo';
import bybit from './bybit';
import bitget from './bitget';
import mexc from './mexc';
export { sign, wechat, gate, binance, okex, ftx, woo, bybit, bitget, mexc };
declare const _default: {
sign: typeof sign;
wechat: {
jssdk: typeof import("./wechat/jssdk").sign;
};
gate: typeof import("./gate").sign & {
ws?: typeof import("./gate").signWs;
};
binance: typeof binance;
okex: typeof okex;
ftx: typeof import("./ftx").sign & {
ws?: typeof import("./ftx").signWs;
};
woo: typeof woo;
bybit: typeof import("./bybit").sign & {
ws?: typeof import("./bybit").signWs;
};
bitget: typeof import("./bitget").sign & {
ws?: typeof import("./bitget").signWs;
};
mexc: typeof import("./mexc").sign & {
ws?: typeof import("./mexc").signWs;
};
};
export default _default;