File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
bittensor/core/subtensor_api Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ def block(self):
166
166
167
167
@property
168
168
def chain (self ):
169
- """Property to access chain methods."""
169
+ """Property of interaction with chain methods."""
170
170
return _Chain (self ._subtensor )
171
171
172
172
@property
@@ -201,7 +201,7 @@ def neurons(self, value):
201
201
202
202
@property
203
203
def queries (self ):
204
- """Property to access queries methods."""
204
+ """Property to access subtensor queries methods."""
205
205
return _Queries (self ._subtensor )
206
206
207
207
@property
@@ -211,10 +211,10 @@ def stakes(self):
211
211
212
212
@property
213
213
def subnets (self ):
214
- """Property to access subnets methods."""
214
+ """Property of interaction with subnets methods."""
215
215
return _Subnets (self ._subtensor )
216
216
217
217
@property
218
218
def wallets (self ):
219
- """Property to access wallets methods."""
219
+ """Property of interaction methods with cold/hotkeys, and balances, etc ."""
220
220
return _Wallets (self ._subtensor )
You can’t perform that action at this time.
0 commit comments