@ledgerhq/hw-app-eth
Version:
Ledger Hardware Wallet Ethereum Application API
10 lines • 478 B
TypeScript
import type { LoadConfig } from "../types";
type NftInfo = {
contractAddress: string;
collectionName: string;
data: string;
};
export declare const getNFTInfo: (contractAddress: string, chainId: number, userLoadConfig: LoadConfig) => Promise<NftInfo | undefined>;
export declare const loadNftPlugin: (contractAddress: string, selector: string, chainId: number, userLoadConfig: LoadConfig) => Promise<string | undefined>;
export {};
//# sourceMappingURL=nfts.d.ts.map