Access Control
Structs
AccessControl
struct AccessControl has key, store {
id: UID,
roles: VecMap<vector<u8>, VecSet<address>>
}Admin
struct Admin has key, store {
id: UID,
access_control: address
}Interface
new
Last updated
Was this helpful?