UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

8 lines 401 B
import { PdaNode } from '@codama/nodes'; import { NodePath } from '@codama/visitors-core'; import type { GlobalFragmentScope } from '../getRenderMapVisitor'; import { Fragment } from './common'; export declare function getPdaFunctionFragment(scope: Pick<GlobalFragmentScope, 'nameApi' | 'typeManifestVisitor'> & { pdaPath: NodePath<PdaNode>; }): Fragment; //# sourceMappingURL=pdaFunction.d.ts.map