# CoboWaas2.PoolDetailsAllOfValidatorsInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pool_type** | [**StakingPoolType**](StakingPoolType.md) |  | 
**icon_url** | **String** | The URL of the validator&#39;s icon. | [optional] 
**name** | **String** | The validator&#39;s name. | 
**priority** | **Number** | This property can be ignored. | [optional] 
**public_key** | **String** | The public key of the validator. | [optional] 
**commission_rate** | **Number** | The commission rate of the validator. | [optional] 
**supported_pos_chains** | **[String]** | A list of supported Proof-of-Stake (PoS) chains. | [optional] 



## Enum: [SupportedPosChainsEnum]


* `Babylon` (value: `"Babylon"`)

* `Cosmos` (value: `"Cosmos"`)

* `Ethereum` (value: `"Ethereum"`)

* `unknown_default_open_api` (value: `"unknown_default_open_api"`)




