Fetch a protocol from the network.
Protocol_hash (Base58Check-encoded)
const response = await fetch('https://xtz.nownodes.io/fetch_protocol/{Protocol_hash}', { method: 'GET', headers: {}, }); const data = await response.json();