UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

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