@codama/renderers-js
Version:
JavaScript renderer compatible with the Solana Kit library
9 lines • 386 B
TypeScript
import type { GlobalFragmentScope } from '../getRenderMapVisitor';
import { TypeManifest } from '../TypeManifest';
import { Fragment } from './common';
export declare function getTypeEncoderFragment(scope: Pick<GlobalFragmentScope, 'nameApi'> & {
docs?: string[];
manifest: Pick<TypeManifest, 'encoder'>;
name: string;
}): Fragment;
//# sourceMappingURL=typeEncoder.d.ts.map