UNPKG

solgen

Version:

A TypeScript SDK generator for Solana IDL - Automatically generates type definitions, account interfaces, and instruction builders

7 lines (4 loc) 210 B
import { Idl } from '@coral-xyz/anchor'; import { Project } from 'ts-morph'; declare function genInstructions(project: Project, idl: Idl, outPath: (path: string) => string): void; export { genInstructions };