@codama/renderers-js
Version:
JavaScript renderer compatible with the Solana Kit library
10 lines • 571 B
TypeScript
import { OptionalAccountStrategy } from '@codama/nodes';
import { ResolvedInstructionInput } from '@codama/visitors-core';
import { GlobalFragmentScope } from '../getRenderMapVisitor';
import { Fragment } from './common';
export declare function getInstructionInputDefaultFragment(scope: Pick<GlobalFragmentScope, 'asyncResolvers' | 'getImportFrom' | 'nameApi' | 'typeManifestVisitor'> & {
input: ResolvedInstructionInput;
optionalAccountStrategy: OptionalAccountStrategy;
useAsync: boolean;
}): Fragment;
//# sourceMappingURL=instructionInputDefault.d.ts.map