# DAO Admin

It creates a capability to enable Daos to update their settings and interact with the treasury. Only the DAO module can create the DaoAdmin capability.

## Structs

### <mark style="color:blue;">**DaoAdmin**</mark>

```rust
  struct DaoAdmin<phantom OTW: drop> has key, store {
    id: UID
  }
```
