pub async fn get_state_manager_next_height(
db: &Database,
owner_type: &str,
) -> Result<Option<u32>, BridgeError>
Expand description
Get the next height of the State Manager or None if the State Manager status for the owner is missing or the next_height_to_process is NULL.