Skip to content
17 changes: 17 additions & 0 deletions bittensor_cli/src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,27 @@ class WalletValidationTypes(Enum):
"params": [],
"type": "Vec<u8>",
},
"get_subnet_info_v2": {
"params": [
{
"name": "netuid",
"type": "u16",
},
],
"type": "Vec<u8>",
},
"get_subnets_info_v2": {
"params": [],
"type": "Vec<u8>",
},
"get_all_dynamic_info": {
"params": [],
"type": "Vec<u8>",
},
"get_dynamic_info": {
"params": [{"name": "netuid", "type": "u16"}],
"type": "Vec<u8>",
},
}
},
"SubnetRegistrationRuntimeApi": {
Expand Down