@codama/renderers-js
Version:
JavaScript renderer compatible with the Solana Kit library
7 lines • 361 B
TypeScript
import { ProgramNode } from '@codama/nodes';
import type { GlobalFragmentScope } from '../getRenderMapVisitor';
import { Fragment } from './common';
export declare function getProgramAccountsFragment(scope: Pick<GlobalFragmentScope, 'nameApi' | 'typeManifestVisitor'> & {
programNode: ProgramNode;
}): Fragment;
//# sourceMappingURL=programAccounts.d.ts.map