Function raiden_api::waiting::wait_for_coop_settle
source · pub async fn wait_for_coop_settle(
web3: Web3<Http>,
state_manager: Arc<RwLock<StateManager>>,
canonical_ids: Vec<CanonicalIdentifier>,
retry_timeout: Option<RetryTimeout>
) -> Result<(), ApiError>Expand description
Wait for a channel to be cooperatively settled.