Returns an object containing the deserialized action data.
^(0[xX])?[0-9a-fA-F]*$
OK
const response = await fetch('https://eos.nownodes.io/v1/chain/abi_bin_to_json', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "binargs": "text" }), }); const data = await response.json();
text