Skip to main content

check_allowed_calls

Function check_allowed_calls 

Source
async fn check_allowed_calls<P>(
    provider: &P,
    subject: &DoctorSubject,
    is_t3: Option<bool>,
    to: Option<Address>,
    selector: Option<[u8; 4]>,
    recipient: Option<Address>,
) -> DoctorStep
where P: Provider<TempoNetwork>,
Expand description

Step 8 helper: allowed calls (TIP-1011).