Type Alias BidAccepted

BidAccepted: PlainDescriptor<
    {
        amount: bigint;
        bidder: SS58String;
        first_slot: number;
        last_slot: number;
        para_id: number;
    },
>

A new bid has been accepted as the current winner.