Sets 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
OK
Returns Nothing
const response = await fetch('https://eos.nownodes.io/v1/producer/set_whitelist_blacklist', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "params": {} }), }); const data = await response.json();