As #11, we need to implement also all the custom queries of x/profiles inside the Desmos rust package.
This will help developers when they will implement their own tokenomics if they need something related to the profiles module.
List of queries to be implemented:
[ ] Query profile
[ ] Query DTag transfer request
[ ] Query relationships
[ ] Query blocks
[ ] Query Params (optional)
[ ] Query Chain Links
[ ] Query Application Links
Each of them should be implemented and tested inside a single PR.
As #11, we need to implement also all the custom queries of x/profiles inside the Desmos rust package. This will help developers when they will implement their own tokenomics if they need something related to the profiles module. List of queries to be implemented:
Each of them should be implemented and tested inside a single PR.