EpochNonce
Indexes nonces for each epoch. Outputs to sqlite.
This is a very low volume indexer as nonce is a short code and epoch is five days.
Cardano DB Sync equivalent SQL
SELECT epoch_no
, nonce
FROM epoch_param
Indexes nonces for each epoch. Outputs to sqlite.
This is a very low volume indexer as nonce is a short code and epoch is five days.
SELECT epoch_no
, nonce
FROM epoch_param