Type alias AuctionDataType
AuctionDataType: { bidders: Bidder[]; buyItPrice: string | null; buyItPriceRounded: number | null; creator: string; endBlock: number; isExtended: boolean; marketplaceId: number; startBlock: number; startPrice: string; startPriceRounded: number; } Type declaration
buyItPrice: string | null
buyItPriceRounded: number | null
creator: string
endBlock: number
isExtended: boolean
marketplaceId: number
startBlock: number
startPrice: string
startPriceRounded: number