Adds docs to get_all_accounts_modified_since_parent() (#32895)
This commit is contained in:
parent
285e52bd1b
commit
3cda810358
|
@ -6884,6 +6884,7 @@ impl Bank {
|
||||||
.get_logs_for_address(address)
|
.get_logs_for_address(address)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Returns all the accounts stored in this slot
|
||||||
pub fn get_all_accounts_modified_since_parent(&self) -> Vec<TransactionAccount> {
|
pub fn get_all_accounts_modified_since_parent(&self) -> Vec<TransactionAccount> {
|
||||||
self.rc.accounts.load_by_program_slot(self.slot(), None)
|
self.rc.accounts.load_by_program_slot(self.slot(), None)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue