Get whitelist blacklist
Retreives the white list and black list for producer node
Body
objectOptional
Responses
200
OK
application/json
post
POST /v1/producer/get_whitelist_blacklist HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 2
{}
200
OK
{
"actor_whitelist": [
"text"
],
"actor_blacklist": [
"text"
],
"contract_whitelist": [
"text"
],
"contract_blacklist": [
"text"
],
"action_blacklist": [
[
"text",
"text"
]
],
"key_blacklist": [
"uint64"
]
}