UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

10 lines 499 B
import { InstructionNode } from '@codama/nodes'; import { NodePath } from '@codama/visitors-core'; import { GlobalFragmentScope } from '../getRenderMapVisitor'; import { TypeManifest } from '../TypeManifest'; import { Fragment } from './common'; export declare function getInstructionExtraArgsFragment(scope: Pick<GlobalFragmentScope, 'nameApi'> & { extraArgsManifest: TypeManifest; instructionPath: NodePath<InstructionNode>; }): Fragment; //# sourceMappingURL=instructionExtraArgs.d.ts.map