ic_agent/
export.rs

1//! A module to re-export types that are visible through the ic-agent API.
2#[doc(inline)]
3pub use candid::types::principal::{Principal, PrincipalError};
4pub use reqwest;