Update run time options for producer node
Defines the run time options to set for the producer
OK
Returns Nothing
const response = await fetch('https://eos.nownodes.io/v1/producer/update_runtime_options', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "options": {} }), }); const data = await response.json();