@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
15 lines • 602 B
TypeScript
export declare class Nft {
readonly collectionName: string;
readonly nftName: string;
readonly nftContract: string;
readonly nftStandard: string;
readonly tokenId?: number | undefined;
constructor(collectionName: string, nftName: string, nftContract: string, nftStandard: string, tokenId?: number | undefined);
static readonly ANTITUS: Nft;
static readonly PODIUM: Nft;
static readonly NY_LA_MUSE: Nft;
static readonly ANIME_SHIPS_494: Nft;
static readonly BISHOP_OF_STORMS: Nft;
static readonly COMMON_TOWER_MAP: Nft;
}
//# sourceMappingURL=Nft.d.ts.map