Crate ic_types[][src]

Expand description

A collection of types related to the Internet Computer Protocol.

If you need support for the serde library, you will need to use the serde feature (available by default).

Re-exports

pub use principal::Principal;
pub use principal::PrincipalError;
pub use hash_tree::HashTree;

Modules

Hash Tree types and traits. cf https://sdk.dfinity.org/docs/interface-spec/index.html#certification-encoding

Principal related types and traits.

Type Definitions