@codama/renderers-js
Version:
JavaScript renderer compatible with the Solana Kit library
7 lines • 333 B
TypeScript
import { ProgramNode } from '@codama/nodes';
import type { GlobalFragmentScope } from '../getRenderMapVisitor';
import { Fragment } from './common';
export declare function getProgramErrorsFragment(scope: Pick<GlobalFragmentScope, 'nameApi'> & {
programNode: ProgramNode;
}): Fragment;
//# sourceMappingURL=programErrors.d.ts.map