thorchain_rs 2.137.3

Thornode REST API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# VersionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**current** | **String** | current version | 
**next** | **String** | next version (minimum version for a node to become Active) | 
**next_since_height** | Option<**i64**> | height at which the minimum joining version last changed | [optional]
**querier** | **String** | querier version | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)