Type Alias BidDropped

BidDropped: PlainDescriptor<{
    amount: bigint;
    duration: number;
    who: SS58String;
}>

A bid was dropped from a queue because of another, more substantial, bid was present.