UNPKG

@mxlabs/okxnotify

Version:

OKX notification package with Feishu, Cloudflare Workers, and Gemini AI agent integration - Complete bundle

14 lines (13 loc) 280 B
/** * 获取 ont 的 token 和 sign, timestamp * @param param0 * @returns */ export declare const getOntTokenAndSign: ({ url, fetchConfig, }: { url: string; fetchConfig: RequestInit; }) => Promise<{ token: string; signature: string; timestamp: number; }>;