Adds docs to get_all_accounts_modified_since_parent() (#32895)

This commit is contained in:
Brooks 2023-08-18 16:01:50 -04:00 committed by GitHub
parent 285e52bd1b
commit 3cda810358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6884,6 +6884,7 @@ impl Bank {
.get_logs_for_address(address)
}
/// Returns all the accounts stored in this slot
pub fn get_all_accounts_modified_since_parent(&self) -> Vec<TransactionAccount> {
self.rc.accounts.load_by_program_slot(self.slot(), None)
}