Crate ic_certification
source ·Expand description
§IC Certification
Re-exports§
pub use crate::hash_tree::*;
pub use crate::rb_tree::*;
pub use crate::nested_rb_tree::*;
Modules§
Enums§
- A result of looking up for a certificate.
Functions§
- Create an empty hash tree.
- Create a forked tree from two trees or node.
- Create a labeled hash tree.
- Create a leaf in the tree.
- Create a pruned tree node.
- Create a pruned tree node, from a hex representation of the data. Useful for testing or hard coded values.
Type Aliases§
- A
Certificate
as defined in https://internetcomputer.org/docs/current/references/ic-interface-spec/#certificate - A
Delegation
as defined in https://internetcomputer.org/docs/current/references/ic-interface-spec/#certification-delegation - A HashTree representing a full tree.
- A HashTreeNode representing a node in a tree.
- For labeled
HashTreeNode
- A result of looking up for a subtree.