Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bittensor/core/async_subtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4202,7 +4202,7 @@ async def unstake(
removed.
hotkey_ss58 (Optional[str]): The ``SS58`` address of the hotkey account to unstake from.
netuid (Optional[int]): The unique identifier of the subnet.
amount (Balance): The amount of TAO to unstake. If not specified, unstakes all.
amount (Balance): The amount of alpha to unstake. If not specified, unstakes all.
wait_for_inclusion (bool): Waits for the transaction to be included in a block.
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain.
safe_staking (bool): If true, enables price safety checks to protect against fluctuating prices. The unstake
Expand Down
2 changes: 1 addition & 1 deletion bittensor/core/subtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3471,7 +3471,7 @@ def unstake(
removed.
hotkey_ss58 (Optional[str]): The ``SS58`` address of the hotkey account to unstake from.
netuid (Optional[int]): The unique identifier of the subnet.
amount (Balance): The amount of TAO to unstake. If not specified, unstakes all.
amount (Balance): The amount of alpha to unstake. If not specified, unstakes all.
wait_for_inclusion (bool): Waits for the transaction to be included in a block.
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain.
safe_staking (bool): If true, enables price safety checks to protect against fluctuating prices. The unstake
Expand Down
Loading