pub type HashMap<K, V> = HashMap<K, V, RandomState>;Expand description
The HashMap type used in LDK.
Aliased Type§
pub struct HashMap<K, V> { /* private fields */ }pub type HashMap<K, V> = HashMap<K, V, RandomState>;The HashMap type used in LDK.
pub struct HashMap<K, V> { /* private fields */ }