Skip to content

Commit

Permalink
add supplyLong and balanceLong
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaieremia committed Oct 18, 2024
1 parent 5f62a25 commit 562116c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/nft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export interface NftData {
collection: string
type: string
supply?: number
supplyLong?: string
url: string
wasProcessed: boolean
royalties: number
Expand All @@ -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
Expand Down

0 comments on commit 562116c

Please sign in to comment.