pub type Subaccount<'a> = SmallVec<AccountName<'a>, 4>;
Expand description

The individual colon-separated components of an account, without the AccountType prefix. SmallVec stores a small number of these inline, before making use of the heap.

Aliased Type§

struct Subaccount<'a> { /* private fields */ }