Skip to main content

check_allowed_calls

Function check_allowed_calls 

Source
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>,
) -> DoctorStep
Expand description

Step 10 helper: allowed calls (TIP-1011) of the on-chain key, or of pending when the key is not registered yet.