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