Map

Type Alias 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.

Aliased Typeยง

pub struct Map<'bs, BS, V> { /* private fields */ }