Module lido::account_map[][src]

Expand description

A type that stores a map (dictionary) from public key to some value T.

Structs

A map from public key to T, implemented as a vector of key-value pairs.

An entry in AccountMap.

Traits

Type Definitions