@frakt-protocol/frakt-sdk
Version:
Frakt SDK for interacting with frakt.xyz protocols
7 lines (6 loc) • 379 B
TypeScript
import { FetchBulkSuggestion, FetchWalletNfts } from './types';
declare type CreateFetchWalletNfts = (apiDomain: string) => FetchWalletNfts;
export declare const createFetchWalletNfts: CreateFetchWalletNfts;
declare type CreateFetchBulkSuggestion = (apiDomain: string) => FetchBulkSuggestion;
export declare const createFetchBulkSuggestion: CreateFetchBulkSuggestion;
export {};