IdentifierToInboxIdMap

Type Alias IdentifierToInboxIdMap 

Source
pub type IdentifierToInboxIdMap = HashMap<ApiIdentifier, String>;
Expand description

Maps account addresses to inbox IDs. If no inbox ID found, the value will be None

Aliased Typeยง

pub struct IdentifierToInboxIdMap { /* private fields */ }