Constant SELECT_QUERY

Source
const SELECT_QUERY: &str = "-- Get all primary keys from Transaction Output by Stake Address.\nSELECT\n    stake_address,\n    slot_no,\n    txn_index,\n    txo\nFROM txo_by_stake\n";
Expand description

Select primary keys for TXO by Stake Address.