UNPKG

@effectai/sdk

Version:

Effect Network Javscript/Typescript SDK (for [https://effect.network](https://effect.network))

6 lines (5 loc) 164 B
/** * Get the current price of EFX in USDT * @returns {Promis<number>} The current price of EFX in USDT */ export declare const getPrice: () => Promise<number>;