- Preparing search index...
- The search index is not available
ternoa-js
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