UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

10 lines 641 B
import { InstructionNode } from '@codama/nodes'; import { NodePath, ResolvedInstructionInput } from '@codama/visitors-core'; import { Fragment, RenderScope } from '../utils'; export declare function getInstructionPageFragment(scope: Pick<RenderScope, 'asyncResolvers' | 'customInstructionData' | 'getImportFrom' | 'linkables' | 'nameApi' | 'typeManifestVisitor'> & { instructionPath: NodePath<InstructionNode>; resolvedInputs: ResolvedInstructionInput[]; size: number | null; }): Fragment; export declare function getRenamedArgsMap(instruction: InstructionNode): Map<string, string>; //# sourceMappingURL=instructionPage.d.ts.map