UNPKG

@effectai/sdk

Version:

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

6 lines (5 loc) 189 B
import type { Client } from "../../client"; export type GetDaoSettingsArgs = { client: Client; }; export declare const getDaoSettings: ({ client }: GetDaoSettingsArgs) => Promise<any>;