Function wasmer_api::query::get_node

source ยท
pub async fn get_node(
    client: &WasmerClient,
    id: String,
) -> Result<Option<Node>, Error>
Expand description

Retrieve a node based on its global id.