Function fil_actor_market_state::v13::has_pending_deal

source ยท
pub fn has_pending_deal<BS>(
    pending: &Set<'_, BS>,
    key: &Cid,
) -> Result<bool, ActorError>
where BS: Blockstore,