UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

9 lines 460 B
import { InstructionNode } from '@codama/nodes'; import { NodePath } from '@codama/visitors-core'; import { Fragment, RenderScope, TypeManifest } from '../utils'; export declare function getInstructionDataFragment(scope: Pick<RenderScope, 'customInstructionData' | 'nameApi'> & { dataArgsManifest: TypeManifest; instructionPath: NodePath<InstructionNode>; size: number | null; }): Fragment | undefined; //# sourceMappingURL=instructionData.d.ts.map