Returns the total number of tx rollup dispatch tickets operations.
const response = await fetch('https://xtz-index.nownodes.io/v1/operations/tx_rollup_dispatch_tickets/count', { method: 'GET', headers: {}, }); const data = await response.json();
0