File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4202,7 +4202,7 @@ async def unstake(
4202
4202
removed.
4203
4203
hotkey_ss58 (Optional[str]): The ``SS58`` address of the hotkey account to unstake from.
4204
4204
netuid (Optional[int]): The unique identifier of the subnet.
4205
- amount (Balance): The amount of TAO to unstake. If not specified, unstakes all.
4205
+ amount (Balance): The amount of alpha to unstake. If not specified, unstakes all.
4206
4206
wait_for_inclusion (bool): Waits for the transaction to be included in a block.
4207
4207
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain.
4208
4208
safe_staking (bool): If true, enables price safety checks to protect against fluctuating prices. The unstake
Original file line number Diff line number Diff line change @@ -3471,7 +3471,7 @@ def unstake(
3471
3471
removed.
3472
3472
hotkey_ss58 (Optional[str]): The ``SS58`` address of the hotkey account to unstake from.
3473
3473
netuid (Optional[int]): The unique identifier of the subnet.
3474
- amount (Balance): The amount of TAO to unstake. If not specified, unstakes all.
3474
+ amount (Balance): The amount of alpha to unstake. If not specified, unstakes all.
3475
3475
wait_for_inclusion (bool): Waits for the transaction to be included in a block.
3476
3476
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain.
3477
3477
safe_staking (bool): If true, enables price safety checks to protect against fluctuating prices. The unstake
You can’t perform that action at this time.
0 commit comments