mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 06:29:25 +00:00
Add documentation to public structs/functions in sc_tendermint
This commit is contained in:
@@ -79,6 +79,7 @@ impl<T: TendermintClient> Deref for Refresh<T> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Tendermint validators observer, providing data on the active validators.
|
||||
pub struct TendermintValidators<T: TendermintClient>(Refresh<T>);
|
||||
|
||||
impl<T: TendermintClient> TendermintValidators<T> {
|
||||
|
||||
Reference in New Issue
Block a user