UNPKG

@effectai/sdk

Version:

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

8 lines (7 loc) 311 B
import { type CampaignWithInfo, type Client } from "../../../exports"; import { type UInt32Type } from "@wharfkit/antelope"; export type getCampaignByIdArgs = { client: Client; id: UInt32Type; }; export declare const getCampaignById: ({ client, id, }: getCampaignByIdArgs) => Promise<CampaignWithInfo>;