Injects signed operation to the blockchain and returns the operation hash.
Forged operation bytes + signature in hex format.
const response = await fetch('https://xtz-index.nownodes.io/v1/helpers/inject', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify("text"), }); const data = await response.json();
text