referrerpolicy=no-referrer-when-downgrade
polkadot_core_primitives

Type Alias AccountPublic

Source
pub type AccountPublic = <Signature as Verify>::Signer;
Expand description

Alias to the public key used for this chain, actually a MultiSigner. Like the signature, this also isn’t a fixed size when encoded, as different cryptos have different size public keys.