Set whitelist blacklist

set_whitelist_blacklist

post

Sets the white list and black list for producer node

Body
Responses
200
OK
application/json
Responseany

Returns Nothing

post
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"
    ]
  }
}
200

OK

No content