Type Alias polkadot_primitives::v8::AccountPublic
pub type AccountPublic = <MultiSignature 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.