UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

13 lines 455 B
import type { TypeNode } from '@codama/nodes'; import { Fragment, RenderScope, TypeManifest } from '../utils'; export declare function getTypeWithCodecFragment(scope: Pick<RenderScope, 'nameApi'> & { codecDocs?: string[]; decoderDocs?: string[]; encoderDocs?: string[]; manifest: TypeManifest; name: string; node: TypeNode; size: number | null; typeDocs?: string[]; }): Fragment; //# sourceMappingURL=typeWithCodec.d.ts.map