mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 08:57:59 +00:00
improve doc
This commit is contained in:
@@ -33,6 +33,8 @@ use std::marker::PhantomData;
|
||||
|
||||
/// Validate that data is a valid justification from a relay-chain validator that the block is a
|
||||
/// valid parachain-block candidate.
|
||||
/// Data encoding is just `GossipMessage`, the relay-chain validator candidate statement message is
|
||||
/// the justification.
|
||||
pub struct JustifiedBlockAnnounceValidator<B> {
|
||||
authorities: Vec<ValidatorId>,
|
||||
phantom: PhantomData<B>,
|
||||
|
||||
Reference in New Issue
Block a user