Docs.rs
sp-beefy-15.0.0
sp-beefy 15.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
parity-crate-owner
Dependencies
parity-scale-codec ^3.2.2
normal
lazy_static ^1.4.0
normal
scale-info ^2.1.1
normal
serde ^1.0.136
normal
sp-api ^15.0.0
normal
sp-application-crypto ^18.0.0
normal
sp-core ^17.0.0
normal
sp-io ^18.0.0
normal
sp-mmr-primitives ^15.0.0
normal
sp-runtime ^19.0.0
normal
sp-std ^6.0.0
normal
strum ^0.24.1
normal
array-bytes ^4.1
dev
sp-keystore ^0.23.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
AuthorityId
Trait Implementations
BeefyAuthorityId<MsgHash>
In sp_beefy::crypto
?
Type Definition
sp_beefy
::
crypto
::
AuthorityId
source
·
[
−
]
pub type AuthorityId =
Public
;
Expand description
Identity of a BEEFY authority using ECDSA as its crypto.
Trait Implementations
§
source
§
impl<MsgHash:
Hash
>
BeefyAuthorityId
<MsgHash> for
AuthorityId
where <MsgHash as
Hash
>::
Output
:
Into
<[
u8
;
32
]>,
source
§
fn
verify
( &self, signature: &<Self as
RuntimeAppPublic
>::
Signature
, msg: &[
u8
] ) ->
bool
Verify a signature.
Read more