pub fn execute_validate_nft_dao(
deps: DepsMut<'_>,
info: MessageInfo,
) -> Result<Response, ContractError>Expand description
Example method called in the ModuleInstantiateCallback providing an example for checking the DAO has been setup correctly.