TokenBlacklistAccount
Adds an account to the blacklist. The transaction signer must be the token's blacklist_authority.Fields:
Field
Type
Description
address
String
Account to blacklist
token
String
Token address
Sample Response:
{
"transaction_type": "TokenBlacklistAccount",
"data": {
"address": "0x9E1E9688A44D058fF181Ed64ddFAFbBE5CC74ff3",
"token": "0x1234567890123456789012345678901234567890"
}
}
Last updated