UNPKG

@honeycomb-protocol/solita

Version:

Generates SDK API from solana contract IDL.

3 lines (2 loc) 214 B
export declare function renderScalarEnum(name: string, variants: string[], includeExport: boolean): string; export declare function renderScalarEnums(map: Map<string, string[]>, includeExport?: boolean): string[];