Function raiden_api::waiting::wait_for_close

source ·
pub async fn wait_for_close(
    state_manager: Arc<RwLock<StateManager>>,
    canonical_ids: Vec<CanonicalIdentifier>,
    retry_timeout: Option<RetryTimeout>
) -> Result<(), ApiError>
Expand description

Wait for a channel to be closed.