Type Definition forest_actor::Map

source · []
pub type Map<'bs, BS, V> = Hamt<'bs, BS, V, BytesKey>;
Expand description

Map type to be used within actors. The underlying type is a hamt.