cat_gateway::db::index::queries::purge::cip36_registration

Constant SELECT_QUERY

Source
const SELECT_QUERY: &str = "-- Get all primary keys from CIP-36 registration.\nSELECT\n    stake_address,\n    nonce,\n    slot_no,\n    txn\nFROM cip36_registration\n";
Expand description

Select primary keys for CIP-36 registration.