cat_gateway::db::index::queries::purge::stake_registration

Constant SELECT_QUERY

Source
const SELECT_QUERY: &str = "-- Get all primary keys from Stake Registration.\nSELECT \n    stake_hash,\n    script,\n    slot_no,\n    txn\nFROM stake_registration\n";
Expand description

Select primary keys for Stake Registration.