# Blocking an account

WARNING

This transaction can only be performed by the government.

# Transaction message

In order to prevent a specific user from being able to send any token, you must use the following message:

{
  "type": "commercio/MsgBlockAccountSend",
  "value": {
    "address": "<Address of the user to be blocked>",
    "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:

blockAccountSend