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