@symmetry-hq/baskets-v2-sdk
Version:
Symmetry Baskets V2 SDK
9 lines (8 loc) • 298 B
TypeScript
import { BasketsProgram } 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/baskets_program.json`.
*/
export declare const IDL: BasketsProgram;