usecosmwasm_schema::cw_serde;#[cw_serde]pubenumCw4ExecuteMsg{/// Change the admin
UpdateAdmin { admin:Option<String>},/// Add a new hook to be informed of all membership changes. Must be called by Admin
AddHook { addr:String},/// Remove a hook. Must be called by Admin
RemoveHook { addr:String},}