fix flows

This commit is contained in:
JMARyA 2024-09-13 14:17:55 +02:00
parent 7b6d58be33
commit e26c8b3469
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 52 additions and 35 deletions

View file

@ -76,6 +76,10 @@ impl Variant {
}
}
pub fn item_variant_id(&self) -> String {
format!("{}::{}", self.item, self.variant)
}
/// Returns the IDs of Transactions from this Item Variant.
pub async fn supply_log(&self) -> Vec<String> {
let filter = doc! {