@codama/renderers-js
Version:
JavaScript renderer compatible with the Solana Kit library
13 lines • 683 B
TypeScript
import { InstructionNode } from '@codama/nodes';
import { NodePath, ResolvedInstructionInput } from '@codama/visitors-core';
import type { GlobalFragmentScope } from '../getRenderMapVisitor';
import { TypeManifest } from '../TypeManifest';
import { Fragment } from './common';
export declare function getInstructionInputTypeFragment(scope: Pick<GlobalFragmentScope, 'asyncResolvers' | 'customInstructionData' | 'nameApi'> & {
dataArgsManifest: TypeManifest;
instructionPath: NodePath<InstructionNode>;
renamedArgs: Map<string, string>;
resolvedInputs: ResolvedInstructionInput[];
useAsync: boolean;
}): Fragment;
//# sourceMappingURL=instructionInputType.d.ts.map