From 562116caac6a5002caaaba0606a321b497e370e3 Mon Sep 17 00:00:00 2001 From: Mihai Daniel Eremia <22687907+mihaieremia@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:41:06 +0300 Subject: [PATCH] add supplyLong and balanceLong --- src/types/nft.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types/nft.ts b/src/types/nft.ts index eacf35c..1e9aa1b 100644 --- a/src/types/nft.ts +++ b/src/types/nft.ts @@ -77,6 +77,7 @@ export interface NftData { collection: string type: string supply?: number + supplyLong?: string url: string wasProcessed: boolean royalties: number @@ -93,6 +94,7 @@ export interface NftData { owner?: Owner currentOwner?: Owner balance?: number // Only for non listed NFTs + balanceLong?: string collectionInfo?: CollectionInfo isStaked?: boolean hasUboundPeriod?: boolean