KRYPTOHAUS / ds-whitelist

a fine-grained `DSAuthority`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ds-whitelist

DSWhitelist is a type of DSAuthority. Its canCall function is:

return _isRoot[caller]
    || _isPublicCode[code]
    || _isPublicCapability[code][sig]
    || _canCall[caller_address][code_address][sig];

About

a fine-grained `DSAuthority`

License:Apache License 2.0


Languages

Language:Makefile 100.0%