ic-agent 0.47.2

Agent library to communicate with the Internet Computer, following the Public Specification.
Documentation
1
2
3
4
5
//! A module to re-export types that are visible through the ic-agent API.
#[doc(inline)]
pub use candid::types::principal::{Principal, PrincipalError};
pub use reqwest;
pub use serde_bytes;