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