add stake holders type

This commit is contained in:
2025-09-01 16:07:56 +03:30
parent 11786cd2a5
commit 129f4ed7a0
3 changed files with 28 additions and 1 deletions

View File

@@ -73,6 +73,6 @@ def quota_attribute_value(quota: Quota) -> typing.Any:
attribute_values_list = [{
'name': attr.attribute.name,
'amount': attr.value
}for attr in attributes]
} for attr in attributes]
return attribute_values_list