Retreives supported protocol features for producer node
Defines filters based on which to return the supported protocol features
OK
const response = await fetch('https://eos.nownodes.io/v1/producer/get_supported_protocol_features', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "params": {} }), }); const data = await response.json();
[ "text" ]