async fn check_allowed_calls<P: Provider<TempoNetwork>>(
provider: &P,
subject: &DoctorSubject,
pending: Option<&KeyAuthorization>,
is_t3: Option<bool>,
to: Option<Address>,
selector: Option<[u8; 4]>,
recipient: Option<Address>,
) -> DoctorStepExpand description
Step 10 helper: allowed calls (TIP-1011) of the on-chain key, or of pending when the key is
not registered yet.