async fn check_spending_limits<P>(
provider: &P,
subject: &DoctorSubject,
info: &KeyInfo,
fee_token: Address,
is_t3: Option<bool>,
) -> DoctorStepwhere
P: Provider<TempoNetwork>,Expand description
Step 7 helper: spending limits.