File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3995,8 +3995,8 @@ async def start_call(
3995
3995
wait_for_finalization : bool = False ,
3996
3996
) -> tuple [bool , str ]:
3997
3997
"""
3998
- Submits a ` start_call` extrinsic to the blockchain, indicating that the caller wishes to begin responding
3999
- to a specific challenge on the specified subnet (`netuid` ).
3998
+ Submits a start_call extrinsic to the blockchain, to trigger the start call process for a subnet (used to start a
3999
+ new subnet's emission mechanism ).
4000
4000
4001
4001
Args:
4002
4002
wallet (Wallet): The wallet used to sign the extrinsic (must be unlocked).
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ async def start_call_extrinsic(
16
16
wait_for_finalization : bool = False ,
17
17
) -> tuple [bool , str ]:
18
18
"""
19
- Submits a ` start_call` extrinsic to the blockchain, indicating that the caller wishes to begin responding
20
- to a specific challenge on the specified subnet (`netuid` ).
19
+ Submits a start_call extrinsic to the blockchain, to trigger the start call process for a subnet (used to start a
20
+ new subnet's emission mechanism ).
21
21
22
22
Args:
23
23
subtensor (Subtensor): The Subtensor client instance used for blockchain interaction.
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ def start_call_extrinsic(
16
16
wait_for_finalization : bool = False ,
17
17
) -> tuple [bool , str ]:
18
18
"""
19
- Submits a ` start_call` extrinsic to the blockchain, indicating that the caller wishes to begin responding
20
- to a specific challenge on the specified subnet (`netuid` ).
19
+ Submits a start_call extrinsic to the blockchain, to trigger the start call process for a subnet (used to start a
20
+ new subnet's emission mechanism ).
21
21
22
22
Args:
23
23
subtensor (Subtensor): The Subtensor client instance used for blockchain interaction.
Original file line number Diff line number Diff line change @@ -3261,8 +3261,8 @@ def start_call(
3261
3261
wait_for_finalization : bool = False ,
3262
3262
) -> tuple [bool , str ]:
3263
3263
"""
3264
- Submits a ` start_call` extrinsic to the blockchain, indicating that the caller wishes to begin responding
3265
- to a specific challenge on the specified subnet (`netuid` ).
3264
+ Submits a start_call extrinsic to the blockchain, to trigger the start call process for a subnet (used to start a
3265
+ new subnet's emission mechanism ).
3266
3266
3267
3267
Args:
3268
3268
wallet (Wallet): The wallet used to sign the extrinsic (must be unlocked).
You can’t perform that action at this time.
0 commit comments