We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd22870 commit b9ca6d6Copy full SHA for b9ca6d6
bittensor/core/subtensor_api/stakes.py renamed to bittensor/core/subtensor_api/staking.py
@@ -3,8 +3,8 @@
3
from bittensor.core.async_subtensor import AsyncSubtensor as _AsyncSubtensor
4
5
6
-class Stakes:
7
- """Class for managing stake operations."""
+class Staking:
+ """Class for managing staking operations."""
8
9
def __init__(self, subtensor: Union["_Subtensor", "_AsyncSubtensor"]):
10
self.add_stake = subtensor.add_stake
0 commit comments