pub type Map<'bs, BS, V> = Hamt<&'bs BS, V, BytesKey>;
Map type to be used within actors. The underlying type is a HAMT.
pub struct Map<'bs, BS, V> { /* private fields */ }