Type alias AuctionChainRawDataType
 
AuctionChainRawDataType: { 
    bidders: { 
        list: [string[]]; 
    }; 
    buyItPrice: BN | null; 
    creator: string; 
    endBlock: number; 
    isExtended: boolean; 
    marketplaceId: number; 
    startBlock: number; 
    startPrice: BN; 
}
Type declaration
- 
bidders: { 
    list: [string[]]; 
}
 
- 
buyItPrice: BN | null
 
- 
creator: string
 
- 
endBlock: number
 
- 
isExtended: boolean
 
- 
marketplaceId: number
 
- 
startBlock: number
 
- 
startPrice: BN