Type Alias fil_actor_market_state::v9::DealArray

source ·
pub type DealArray<'bs, BS> = Array<'bs, DealProposal, BS>;
Expand description

A specialization of a array to deals.

Aliased Type§

struct DealArray<'bs, BS> { /* private fields */ }