File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -1951,13 +1951,9 @@ async def get_hotkey_owner(
1951
1951
async def get_minimum_required_stake (self ):
1952
1952
"""
1953
1953
Returns the minimum required stake for nominators in the Subtensor network.
1954
- This method retries the substrate call up to three times with exponential backoff in case of failures.
1955
1954
1956
1955
Returns:
1957
1956
Balance: The minimum required stake as a Balance object.
1958
-
1959
- Raises:
1960
- Exception: If the substrate call fails after the maximum number of retries.
1961
1957
"""
1962
1958
result = await self .substrate .query (
1963
1959
module = "SubtensorModule" , storage_function = "NominatorMinRequiredStake"
Original file line number Diff line number Diff line change @@ -1277,13 +1277,9 @@ def get_hotkey_owner(
1277
1277
def get_minimum_required_stake (self ) -> Balance :
1278
1278
"""
1279
1279
Returns the minimum required stake for nominators in the Subtensor network.
1280
- This method retries the substrate call up to three times with exponential backoff in case of failures.
1281
1280
1282
1281
Returns:
1283
- Balance: The minimum required stake as a Balance object.
1284
-
1285
- Raises:
1286
- Exception: If the substrate call fails after the maximum number of retries.
1282
+ The minimum required stake as a Balance object in TAO.
1287
1283
"""
1288
1284
result = self .substrate .query (
1289
1285
module = "SubtensorModule" , storage_function = "NominatorMinRequiredStake"
You can’t perform that action at this time.
0 commit comments