Removes accounts from greylist for producer node
OK
List of account names stored in the greylist
const response = await fetch('https://eos.nownodes.io/v1/producer/remove_greylist_accounts', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "params": {} }), }); const data = await response.json();
[]