ItemBought: PlainDescriptor<
    {
        buyer: SS58String;
        collection: number;
        item: number;
        price: bigint;
        seller: SS58String;
    },
>

An item was bought.