UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

9 lines 386 B
import type { GlobalFragmentScope } from '../getRenderMapVisitor'; import { TypeManifest } from '../TypeManifest'; import { Fragment } from './common'; export declare function getTypeDecoderFragment(scope: Pick<GlobalFragmentScope, 'nameApi'> & { docs?: string[]; manifest: Pick<TypeManifest, 'decoder'>; name: string; }): Fragment; //# sourceMappingURL=typeDecoder.d.ts.map