- Preparing search index...
 
- The search index is not available
 
ternoa-js 
 
Type alias AuctionDataType
 
Auction
Data
Type
: {     bidders
: Auction.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