@codama/renderers-js
Version:
JavaScript renderer compatible with the Solana Kit library
9 lines • 487 B
TypeScript
import { InstructionAccountNode } from '@codama/nodes';
import { NodePath } from '@codama/visitors-core';
import type { GlobalFragmentScope } from '../getRenderMapVisitor';
import { Fragment } from './common';
export declare function getInstructionAccountTypeParamFragment(scope: Pick<GlobalFragmentScope, 'linkables'> & {
allowAccountMeta: boolean;
instructionAccountPath: NodePath<InstructionAccountNode>;
}): Fragment;
//# sourceMappingURL=instructionAccountTypeParam.d.ts.map