We need to implement all the custom messages of x/profiles inside the Desmos rust package.
This will be helpful in the future for developers in order to let them easily integrate their custom tokenomics/ToS with anything related to Desmos profiles.
List of messages to be implemented:
[x] Save profile
[x] Delete profile
[x] Request DTag transfer
[x] Accept DTag transfer
[x] Refuse DTag transfer
[x] Cancel DTag transfer
[x] Create relationship
[x] Delete relationship
[x] Block user
[x] Unblock user
[x] Link chain account
[x] Unlink chain
[x] Link application
[x] Unlink application
Each of them should be implemented and tested inside a single PR.
We need to implement all the custom messages of
x/profiles
inside the Desmos rust package. This will be helpful in the future for developers in order to let them easily integrate their custom tokenomics/ToS with anything related to Desmos profiles. List of messages to be implemented:Each of them should be implemented and tested inside a single PR.