verity_ic

Module whitelist

source
Expand description

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.

Constants§

  • A thread-local storage for the whitelist, mapping principals to their whitelisted status.

Functions§