UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

6 lines 348 B
import { ProgramNode } from '@codama/nodes'; import { Fragment, RenderScope } from '../utils'; export declare function getProgramInstructionsFragment(scope: Pick<RenderScope, 'nameApi' | 'renderParentInstructions' | 'typeManifestVisitor'> & { programNode: ProgramNode; }): Fragment | undefined; //# sourceMappingURL=programInstructions.d.ts.map