@codama/renderers-js
Version:
JavaScript renderer compatible with the Solana Kit library
8 lines • 420 B
TypeScript
import { InstructionNode } from '@codama/nodes';
import { NodePath } from '@codama/visitors-core';
import { Fragment, RenderScope, TypeManifest } from '../utils';
export declare function getInstructionExtraArgsFragment(scope: Pick<RenderScope, 'nameApi'> & {
extraArgsManifest: TypeManifest;
instructionPath: NodePath<InstructionNode>;
}): Fragment | undefined;
//# sourceMappingURL=instructionExtraArgs.d.ts.map