We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febc416 commit ccd243fCopy full SHA for ccd243f
src/tools/nft/index.ts
@@ -2,14 +2,6 @@ import { generateTool } from '../../utils.js';
2
import { listNftsHandler, transferNftHandler } from './handlers.js';
3
import { ListNftsSchema, TransferNftSchema } from './schemas.js';
4
5
-// Re-export utility functions for use elsewhere in the codebase
6
-export {
7
- fetchNftsFromAlchemy,
8
- formatNftData,
9
- detectNftStandard,
10
- transferNft,
11
-} from './utils.js';
12
-
13
export const listNftsTool = generateTool({
14
name: 'list_nfts',
15
description: 'List NFTs owned by a specific address',
0 commit comments