Function get_tx_sender_synced_height

Source
pub async fn get_tx_sender_synced_height(
    db: &Database,
) -> Result<Option<u32>, BridgeError>
Expand description

Get the synced height of the Transaction Sender or None if the tx_sender_sync_state table is empty or missing.