Skip to main content

fetch_active_node

Function fetch_active_node 

Source
pub async fn fetch_active_node(
    executor: impl Executor<'_, Database = Postgres>,
    node_id: u16,
) -> Result<Option<HeerNode>, Error>