# Unlocking an account

WARNING

This transaction can only be performed by the government.

# Transaction message

In order to allow a blocked user to send tokens again, you must use the following message:

{
  "type": "commercio/MsgUnlockAccountSend",
  "value": {
    "address": "<Address of the user to be unlocked>",
    "signer": "<Government address>"
  }
}

# Fields requirements

Field Required
address Yes
signer Yes

# Action type

If you want to list past transactions including this kind of message, you need to use the following message.action value:

unlockAccountSend