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 6892819 commit e486debCopy full SHA for e486deb
cryptomarket/client.py
@@ -1141,7 +1141,7 @@ def get_transaction(self, id: str) -> Transaction:
1141
:returns: A transaction of the account
1142
"""
1143
response = self._get(endpoint=f'wallet/transactions/{id}')
1144
- return from_dict(data_class=Transaction, data=response)
+ return from_dict(data_class=Transaction, data=response, config=Config(cast=[Enum]))
1145
1146
def check_if_offchain_is_available(
1147
self,
0 commit comments