Type Alias BidPlaced

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

A bid was successfully placed.