We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor the mint /info creation in router.py and possibly merge with MintInfo class currently in wallet/mint_info.py.
/info
router.py
MintInfo
wallet/mint_info.py
mint_info.py could become part of core and be able to generate the MintInfoResponse for the mint as well (this is the refactor mentioned above).
mint_info.py
core
MintInfoResponse
Additionally, wallets should store the mint info in the database and show MOTD or any other changes to the info response to the user.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Refactor the mint
/info
creation inrouter.py
and possibly merge withMintInfo
class currently inwallet/mint_info.py
.mint_info.py
could become part ofcore
and be able to generate theMintInfoResponse
for the mint as well (this is the refactor mentioned above).Additionally, wallets should store the mint info in the database and show MOTD or any other changes to the info response to the user.
The text was updated successfully, but these errors were encountered: