mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +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
|
/// Validate that data is a valid justification from a relay-chain validator that the block is a
|
||||||
/// valid parachain-block candidate.
|
/// valid parachain-block candidate.
|
||||||
|
/// Data encoding is just `GossipMessage`, the relay-chain validator candidate statement message is
|
||||||
|
/// the justification.
|
||||||
pub struct JustifiedBlockAnnounceValidator<B> {
|
pub struct JustifiedBlockAnnounceValidator<B> {
|
||||||
authorities: Vec<ValidatorId>,
|
authorities: Vec<ValidatorId>,
|
||||||
phantom: PhantomData<B>,
|
phantom: PhantomData<B>,
|
||||||
|
|||||||
Reference in New Issue
Block a user