Improve docs for at_latest (#2035)

Tell the user that these functions operate with the last finalized block.

Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
Bastian Köcher
2025-07-04 23:06:41 +02:00
committed by GitHub
parent e892802baf
commit 05c9eafe79
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ where
self.at_or_latest(Some(block_ref.into()))
}
/// Obtain block details of the latest block hash.
/// Obtain block details of the latest finalized block.
pub fn at_latest(
&self,
) -> impl Future<Output = Result<Block<T, Client>, Error>> + Send + 'static {