[enh] add `get_written_transactions_for_bma()` and `get_pending_transactions_for_bma()`
Compare changes
+ 72
− 7
@@ -85,16 +85,48 @@ pub trait DuniterModule: 'static + Sized {
@@ -85,16 +85,48 @@ pub trait DuniterModule: 'static + Sized {
@@ -269,22 +301,55 @@ macro_rules! plug_duniter_modules {
@@ -269,22 +301,55 @@ macro_rules! plug_duniter_modules {
if let Some(txs_history) = <$M>::get_transactions_history_for_bma(dbs_pool, profile_path_opt, pubkey)? {