Account

Type Alias Account 

Source
pub type Account = Arc<String>;
Expand description

A string wrapped in Arc representing the account name.

Aliased Typeยง

pub struct Account { /* private fields */ }