Skip to content

Commit

Permalink
improve doc
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Jan 31, 2025
1 parent a817cbc commit 9cda5a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pallets/external-validators/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ pub mod pallet {
#[pallet::storage]
pub type ForceEra<T> = StorageValue<_, Forcing, ValueQuery>;

/// Latest received external index
/// Latest received external index. This index can be a timestamp
/// a set-id, an epoch or in general anything that identifies
/// a particular set of validators selected at a given point in time
#[pallet::storage]
pub type ExternalIndex<T> = StorageValue<_, u64, ValueQuery>;

Expand Down

0 comments on commit 9cda5a9

Please sign in to comment.