Type Alias fil_actors_shared::v12::Map

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

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

Aliased Type§

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