feat: add friendly crypto names (#53)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Ushie
2023-08-08 04:46:39 +03:00
committed by GitHub
parent 4723057e79
commit 7b707807cc
2 changed files with 24 additions and 6 deletions

View File

@@ -6,7 +6,8 @@ class WalletFields(BaseModel):
Implements the fields for a crypto wallet.
"""
name: str
network: str
currency_code: str
address: str