@codama/renderers-js
Version:
JavaScript renderer compatible with the Solana Kit library
10 lines • 537 B
TypeScript
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 getInstructionParseFunctionFragment(scope: Pick<GlobalFragmentScope, 'customInstructionData' | 'nameApi'> & {
dataArgsManifest: TypeManifest;
instructionPath: NodePath<InstructionNode>;
}): Fragment;
//# sourceMappingURL=instructionParseFunction.d.ts.map