Type Alias polkadot_primitives::v8::AccountIndex
pub type AccountIndex = u32;
Expand description
The type for looking up accounts. We don’t expect more than 4 billion of them.
pub type AccountIndex = u32;
The type for looking up accounts. We don’t expect more than 4 billion of them.