@codama/renderers-js
Version:
JavaScript renderer compatible with the Solana Kit library
15 lines • 551 B
TypeScript
import type { TypeNode } from '@codama/nodes';
import type { GlobalFragmentScope } from '../getRenderMapVisitor';
import { TypeManifest } from '../TypeManifest';
import { Fragment } from './common';
export declare function getTypeWithCodecFragment(scope: Pick<GlobalFragmentScope, 'nameApi'> & {
codecDocs?: string[];
decoderDocs?: string[];
encoderDocs?: string[];
manifest: TypeManifest;
name: string;
node: TypeNode;
size: number | null;
typeDocs?: string[];
}): Fragment;
//# sourceMappingURL=typeWithCodec.d.ts.map