pub async fn get_tx_sender_synced_height( db: &Database, ) -> Result<Option<u32>, BridgeError>
Get the synced height of the Transaction Sender or None if the tx_sender_sync_state table is empty or missing.