POST /v1/producer/set_whitelist_blacklist HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 190
{
"params": {
"actor_whitelist": [
"text"
],
"actor_blacklist": [
"text"
],
"contract_whitelist": [
"text"
],
"contract_blacklist": [
"text"
],
"action_blacklist": [
[
"text",
"text"
]
],
"key_blacklist": [
"uint64"
]
}
}