Expand description
This module serves as the main entry point for the verity_ic library. It includes various submodules that provide functionality related to the Verity project and the Internet Computer ecosystem.
Modules§
- This submodule contains cryptographic related operations.
- This submodule manages the owner of a canister and provides functionality for authenticated/guarded canister methods.
- The ‘random’ submodule provides functionality for initializing and retrieving random numbers for use on the Internet Computer (IC).
- The ‘remittance’ submodule contains logic for the remittance canister
- The ‘whitelist’ module provides CRUD operations for managing a whitelist. The whitelist is a HashMap where each principal is mapped to a boolean value. A principal is considered whitelisted if it maps to
true
.