Type Definition drml_primitives::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.