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