Type Definition t3rn_primitives::AccountPublic
source · 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.