UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

8 lines 449 B
import { InstructionNode } from '@codama/nodes'; import { NodePath } from '@codama/visitors-core'; import type { GlobalFragmentScope } from '../getRenderMapVisitor'; import { Fragment } from './common'; export declare function getInstructionTypeFragment(scope: Pick<GlobalFragmentScope, 'customInstructionData' | 'linkables' | 'nameApi'> & { instructionPath: NodePath<InstructionNode>; }): Fragment; //# sourceMappingURL=instructionType.d.ts.map