UNPKG

@symmetry-hq/agents-sdk

Version:

Symmetry Agents SDK

9 lines (8 loc) 295 B
import { AgentsProgram } from "./types"; /** * Program IDL in camelCase format in order to be used in JS/TS. * * Note that this is only a type helper and is not the actual IDL. The original * IDL can be found at `target/idl/agents_program.json`. */ export declare const IDL: AgentsProgram;