Add documentation to public structs/functions in sc_tendermint

This commit is contained in:
Luke Parker
2022-10-30 12:27:16 -04:00
parent c4976ff97d
commit 8f065533dc
5 changed files with 12 additions and 0 deletions

View File

@@ -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> {