Function fil_actor_market_state::v13::find_deal_state

source ยท
pub fn find_deal_state<BS>(
    states: &DealMetaArray<'_, BS>,
    deal_id: DealID,
) -> Result<Option<DealState>, ActorError>
where BS: Blockstore,