pub(super) fn get_pending_verified_deals_and_total_size(
    store: &impl Blockstore,
    state: &State,
) -> Result<(Vec<DealID>, u64)>
Expand description