UNPKG

solgen

Version:

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

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