Skip to content

Commit

Permalink
docs: improve function description for select_account_state_delta
Browse files Browse the repository at this point in the history
  • Loading branch information
polydez committed Dec 2, 2024
1 parent 8945b7f commit 9ea1f17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/store/src/db/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ impl Db {

/// Merges all account deltas from the DB for given account ID and block range.
/// Note, that `from_block` is exclusive and `to_block` is inclusive.
///
/// Returns `Ok(None)` if no deltas were found in the DB for the specified account within
/// the given block range.
pub(crate) async fn select_account_state_delta(
&self,
account_id: AccountId,
Expand Down

0 comments on commit 9ea1f17

Please sign in to comment.