Type Alias fvm_ipld_hamt::Hamtv0

source ·
pub type Hamtv0<BS, V, K = BytesKey, H = Sha256> = HamtImpl<BS, V, K, H, V0>;
Expand description

Legacy amt V0

Aliased Type§

struct Hamtv0<BS, V, K = BytesKey, H = Sha256> { /* private fields */ }