Constant SELECT_QUERY

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

Select primary keys for Stake Registration.