UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

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