Type Definition subsocial_runtime::AccountIndex [−][src]
type AccountIndex = u32;
The type for looking up accounts. We don’t expect more than 4 billion of them, but you never know…
type AccountIndex = u32;
The type for looking up accounts. We don’t expect more than 4 billion of them, but you never know…