pub type Accounts = BTreeMap<ServiceId, ServiceAccount>;
The accounts type
pub struct Accounts { /* private fields */ }