ash_api 0.1.7

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# AvalancheSubnetResourceBaseSubnetStatus

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**blockchains** | Option<[**Vec<serde_json::Value>**]serde_json::Value.md> | The list of blockchains in the Subnet | [optional]
**control_keys** | Option<[**serde_json::Value**].md> | The list of control keys in the Subnet | [optional]
**id** | Option<**String**> | The ID of the Subnet | [optional]
**pending_validators** | Option<[**Vec<serde_json::Value>**]serde_json::Value.md> | The list of pending validators of the Subnet | [optional]
**subnet_type** | Option<**String**> | The type of the Subnet | [optional]
**threshold** | Option<**i32**> | The threshold of the Subnet | [optional]
**validators** | Option<[**Vec<serde_json::Value>**]serde_json::Value.md> | The list of current validators of the Subnet | [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)