UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

10 lines 603 B
import { InstructionNode, OptionalAccountStrategy } from '@codama/nodes'; import { NodePath, ResolvedInstructionInput } from '@codama/visitors-core'; import { Fragment, RenderScope } from '../utils'; export declare function getInstructionInputDefaultFragment(scope: Pick<RenderScope, 'asyncResolvers' | 'getImportFrom' | 'linkables' | 'nameApi' | 'typeManifestVisitor'> & { input: ResolvedInstructionInput; instructionPath: NodePath<InstructionNode>; optionalAccountStrategy: OptionalAccountStrategy; useAsync: boolean; }): Fragment; //# sourceMappingURL=instructionInputDefault.d.ts.map