We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9046a commit a1e0324Copy full SHA for a1e0324
src/aleph/sdk/query/responses.py
@@ -77,5 +77,5 @@ class MessagesResponse(PaginationResponse):
77
class PriceResponse(BaseModel):
78
"""Response from an aleph.im node API on the path /api/v0/price/{item_hash}"""
79
80
- required_tokens: str
+ required_tokens: Decimal
81
payment_type: str
0 commit comments