UNPKG

@effectai/sdk

Version:

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

13 lines (12 loc) 284 B
import type { Client } from "../client"; export declare const useEFXContracts: (client: Client) => { tasks: string; token: string; usdt: string; eostoken: string; stake: string; feepool: string; proposals: string; vaccount: string; dao: string; };