pub const ADMIN: Item<'_, Addr>;Expand description
The admin of the contract. Typically a DAO. The contract admin may unilaterally execute messages on this contract.
In cases where no admin is wanted the admin should be set to the
contract itself. This will happen by default if no admin is
specified in NominateAdmin and instantiate messages.