async fn check_allowed_calls<P>(
provider: &P,
subject: &DoctorSubject,
is_t3: Option<bool>,
to: Option<Address>,
selector: Option<[u8; 4]>,
recipient: Option<Address>,
) -> DoctorStepwhere
P: Provider<TempoNetwork>,Expand description
Step 8 helper: allowed calls (TIP-1011).