cat_gateway::db::index::block::txi

Constant INSERT_TXI_QUERY

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

TXI by Txn hash Index