ServiceWeight: PlainDescriptor<{
    proof_size: bigint;
    ref_time: bigint;
} | undefined>

The amount of weight (if any) which should be provided to the message queue for servicing enqueued items.

This may be legitimately None in the case that you will call ServiceQueues::service_queues manually.