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