UNPKG

486 BTypeScriptView Raw
1import type { LoadConfig } from "../types";
2declare type NftInfo = {
3 contractAddress: string;
4 collectionName: string;
5 data: string;
6};
7export declare const getNFTInfo: (contractAddress: string, chainId: number, userLoadConfig: LoadConfig) => Promise<NftInfo | undefined>;
8export declare const loadNftPlugin: (contractAddress: string, selector: string, chainId: number, userLoadConfig: LoadConfig) => Promise<string | undefined>;
9export {};
10//# sourceMappingURL=nfts.d.ts.map
\No newline at end of file