feat: impl base governance api #87
Annotations
2 errors
module `whitelist` is private:
runtime/src/apis.rs#L474
error[E0603]: module `whitelist` is private
--> runtime/src/apis.rs:474:32
|
474 | pallet_governance::whitelist::is_whitelisted::<Runtime>(key)
| ^^^^^^^^^ -------------- function `is_whitelisted` is not publicly re-exported
| |
| private module
|
note: the module `whitelist` is defined here
--> /home/runner/work/torus-substrate/torus-substrate/pallets/governance/src/lib.rs:9:1
|
9 | mod whitelist;
| ^^^^^^^^^^^^^
|
check
Clippy had exited with the 101 exit code
|