Skip to main content
Version: 2.3

MsgRequestDTagTransfer

This message allows you to request a transfer to your profile for a DTag owned by another user.

Structure

{
"@type": "/desmos.profiles.v1beta1.MsgRequestDTagTransfer",
"receiver": "<Desmos address of the DTag owner>",
"sender": "<Desmos address that's making the DTag's request>"
}

Attributes

AttributeTypeDescriptionRequired
receiverStringDesmos address of the user that is the owner of the requested DTagyes
senderStringDesmos address of the user that request the DTagyes

Example

{
"@type": "/desmos.profiles.v1beta1.MsgRequestDTagTransfer",
"receiver": "desmos1k99c8htyk32srx78efzg7sxm965prtz0j9qrc7",
"sender": "desmos1nhgk008jvrxwa9tufr9tcr6zfrhe2uz0v90r2a"
}

Message action

The action associated to this message is the following:

request_dtag_transfer