Skip to main content

fetch_node

Function fetch_node 

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