| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The ID of the provider | [default to undefined] |
| providerName | string | Name of the provider | [default to undefined] |
| validators | Array<Validator> | An array of objects that includes chain descriptors and the corresponding fee percentages for validators supported by the provider | [default to undefined] |
| isTermsOfServiceApproved | boolean | Indicates whether the terms of service are approved | [default to undefined] |
| isLiquidStaking | boolean | Is the provider a liquid staking provider | [default to undefined] |
| iconUrl | string | URL to the validator's icon | [optional] [default to undefined] |
| termsOfServiceUrl | string | URL to the terms of service | [optional] [default to undefined] |
| isPrivate | boolean | Is the provider private, i.e created by the user | [optional] [default to undefined] |
[Back to top] [Back to API list] [Back to Model list] [Back to README]