Constant INSERT_TXI_QUERY

Source
const INSERT_TXI_QUERY: &str = "-- Create the TXI Record for a transaction hash, \nINSERT INTO txi_by_txn_id (\n    txn_id,\n    txo,\n    slot_no\n) VALUES (\n   :txn_id,\n   :txo, \n   :slot_no\n);\n";
Expand description

TXI by Txn hash Index