# UpgradeProposal ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | the name of the upgrade | **height** | **i64** | the block height at which the upgrade will occur | **info** | **String** | the description of the upgrade, typically json with URLs to binaries for use with automation tools | **approved** | Option<**bool**> | whether the upgrade has been approved by the active validators | [optional] **approved_percent** | Option<**String**> | the percentage of active validators that have approved the upgrade | [optional] **validators_to_quorum** | Option<**i64**> | the amount of additional active validators required to reach quorum for the upgrade | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)