Type Alias runtime_common::AccountId
source · pub type AccountId = <AccountPublic as IdentifyAccount>::AccountId;
Expand description
Alias to the opaque account ID type for this chain, actually a
AccountId32
. This is always 32 bytes.
pub type AccountId = <AccountPublic as IdentifyAccount>::AccountId;
Alias to the opaque account ID type for this chain, actually a
AccountId32
. This is always 32 bytes.