feat(bma) add `get_written_transactions_for_bma()` and `get_pending_transactions_for_bma()` - close #1
1 unresolved thread
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
+ 81
− 10
@@ -441,19 +441,44 @@ pub struct TxsHistory {
@@ -467,7 +492,7 @@ pub fn get_transactions_history_for_bma<GvaDb: GvaV1DbReadable, TxsMpDb: TxsMpV2
@@ -478,6 +503,50 @@ pub fn get_transactions_history_for_bma<GvaDb: GvaV1DbReadable, TxsMpDb: TxsMpV2
@@ -503,8 +572,8 @@ pub fn get_transactions_history_for_bma<GvaDb: GvaV1DbReadable, TxsMpDb: TxsMpV2
@@ -512,17 +581,19 @@ pub fn get_transactions_history_for_bma<GvaDb: GvaV1DbReadable, TxsMpDb: TxsMpV2