Blocklist
You can block some users on your whiteboard, by adding their addresses to the blocklist.
Get Blocklist
This will get the whole blocklist for the given domain.
Parameters description
domain
Current domain
string
Get One from Blocklist
To get information about a particular address in the blocklist
Parameters description
domain
Current domain
string
address
Address of the account being blocked
string
Add One to Blocklist
To get information about a particular address in the blocklist
Parameters description
domain
Current domain
string
data.address
Address of the account being blocked
string
data.reason
Reason for adding the account to the blocklist
string
Delete One from Blocklist
Remove one address from the blocklist.
Parameters description
domain
Current domain
string
address
Address of the account being blocked
string
Update One in the Blocklist
To update information about a particular address in the blocklist
Parameters description
domain
Current domain
string
address
Address of the account being blocked
string
data.reason
Reason for adding the account to the blocklist
string
Last updated