Type Alias bp_bridge_hub_cumulus::AccountSigner
source · pub type AccountSigner = MultiSigner;
Expand description
Public key of the chain account that may be used to verify signatures.
Aliased Type§
enum AccountSigner {
Ed25519(CryptoBytes<32, (PublicTag, Ed25519Tag)>),
Sr25519(CryptoBytes<32, Sr25519PublicTag>),
Ecdsa(CryptoBytes<33, (PublicTag, EcdsaTag)>),
}