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 fcb3730 commit 5e9046aCopy full SHA for 5e9046a
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: float
+ required_tokens: str
81
payment_type: str
0 commit comments