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 @@ -4177,7 +4177,7 @@ async def unstake(
4177
4177
removed.
4178
4178
hotkey_ss58 (Optional[str]): The ``SS58`` address of the hotkey account to unstake from.
4179
4179
netuid (Optional[int]): The unique identifier of the subnet.
4180
- amount (Balance): The amount of TAO to unstake. If not specified, unstakes all.
4180
+ amount (Balance): The amount of alpha to unstake. If not specified, unstakes all.
4181
4181
wait_for_inclusion (bool): Waits for the transaction to be included in a block.
4182
4182
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain.
4183
4183
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 @@ -3444,7 +3444,7 @@ def unstake(
3444
3444
removed.
3445
3445
hotkey_ss58 (Optional[str]): The ``SS58`` address of the hotkey account to unstake from.
3446
3446
netuid (Optional[int]): The unique identifier of the subnet.
3447
- amount (Balance): The amount of TAO to unstake. If not specified, unstakes all.
3447
+ amount (Balance): The amount of alpha to unstake. If not specified, unstakes all.
3448
3448
wait_for_inclusion (bool): Waits for the transaction to be included in a block.
3449
3449
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain.
3450
3450
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