Skip to main content

check_approval_with_timeout

Function check_approval_with_timeout 

Source
pub async fn check_approval_with_timeout(
    module_def: &Value,
    auto_approve: bool,
    timeout_secs: u64,
) -> Result<(), ApprovalError>
Expand description

Configurable-timeout variant of check_approval. Resolve the timeout from the --approval-timeout CLI flag or cli.approval_timeout config before calling.