Trait forest_filecoin::shim::actors::market::MarketStateExt

source ·
pub trait MarketStateExt {
    // Required methods
    fn get_allocations_for_pending_deals(
        &self,
        store: &impl Blockstore,
    ) -> Result<HashMap<DealID, AllocationID>>;
    fn get_allocation_id_for_pending_deal(
        &self,
        store: &impl Blockstore,
        deal_id: &DealID,
    ) -> Result<AllocationID>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl MarketStateExt for State

Implementors§