feat: add api to get information about diskspace usage of database. (jsonrpc method: get_storage_usage_report_string) (#7486)

new jsonrpc api: `get_storage_usage_report_string(accountId)`
new rust API: `get_storage_usage(&context)`
This commit is contained in:
Simon Laux
2025-11-23 16:18:00 +01:00
committed by GitHub
parent ba3cad6ad6
commit 94d2d8cfd7
3 changed files with 118 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ pub mod securejoin;
mod simplify;
mod smtp;
pub mod stock_str;
pub mod storage_usage;
mod sync;
mod timesmearing;
mod token;