Message: ExecuteMsg::AddValidator
This message can only be invoked by the owner and is used to add a new validator.
The only controllable parameter is validator
— the address of the validator to update the list with.
A query is made to the staking module to ensure that the validator exists. The new validator is added if it is not already present in the list.