UNPKG

gill

Version:

a modern javascript/typescript client library for interacting with the Solana blockchain

17 lines 486 B
export declare const GILL_EXTERNAL_MODULE_MAP: Record<string, string>; export declare function createCodamaConfig({ clientJs, dependencyMap, idl, }: { clientJs: string; dependencyMap?: Record<string, string>; idl: string; }): { idl: string; scripts: { js: { args: (string | { dependencyMap: Record<string, string>; })[]; from: string; }; }; }; //# sourceMappingURL=create-codama-config.d.ts.map