Type alias CollectionOfferEvent
CollectionOfferEvent: BaseEvent & { criteria: Record<string, unknown>; event_type: COLLECTION_OFFER | "collection_offer"; expiration_date: number; maker: string; order_hash?: string; payment: EventPayment; protocol_address?: string; start_date: number | null; taker: string; } Type declaration
criteria: Record<string, unknown>
event_type: COLLECTION_OFFER | "collection_offer"
expiration_date: number
maker: string
Optional order_hash?: string
Optional protocol_address?: string
start_date: number | null
taker: string
Collection offer event type.