mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 21:21:11 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user