pub type AuthorityId = Public;Expand description
Identity of a BEEFY authority using BLS as its crypto.
Aliased Type§
pub struct AuthorityId(/* private fields */);Trait Implementations§
Source§impl AuthorityIdBound for AuthorityId
impl AuthorityIdBound for AuthorityId
Source§type BoundedSignature = Signature
type BoundedSignature = Signature
Necessary bounds on the Signature associated with the AuthorityId
Source§impl BeefyAuthorityId for AuthorityId
impl BeefyAuthorityId for AuthorityId
Source§fn get_all_public_keys_from_store(store: KeystorePtr) -> Vec<impl AsRef<[u8]>>
fn get_all_public_keys_from_store(store: KeystorePtr) -> Vec<impl AsRef<[u8]>>
Get all the public keys of the current type from a provided
Keystore.