You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p><strong>subtensor</strong> (<aclass="reference internal" href="../../../subtensor/index.html#bittensor.core.subtensor.Subtensor" title="bittensor.core.subtensor.Subtensor"><em>Subtensor</em></a>) – The subtensor instance to interact with the blockchain.</p></li>
447
-
<li><p><strong>wallet</strong> (<em>Wallet</em>) – The wallet containing the coldkey to authorize the move.</p></li>
446
+
<li><p><strong>subtensor</strong> (<aclass="reference internal" href="../../../async_subtensor/index.html#bittensor.core.async_subtensor.AsyncSubtensor" title="bittensor.core.async_subtensor.AsyncSubtensor"><em>bittensor.core.async_subtensor.AsyncSubtensor</em></a>) – The subtensor instance to interact with the blockchain.</p></li>
447
+
<li><p><strong>wallet</strong> (<em>bittensor_wallet.Wallet</em>) – The wallet containing the coldkey to authorize the move.</p></li>
448
448
<li><p><strong>origin_hotkey</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – SS58 address of the origin hotkey associated with the stake.</p></li>
449
449
<li><p><strong>origin_netuid</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – Network UID of the origin subnet.</p></li>
450
450
<li><p><strong>destination_hotkey</strong> (<aclass="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – SS58 address of the destination hotkey.</p></li>
451
451
<li><p><strong>destination_netuid</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – Network UID of the destination subnet.</p></li>
452
-
<li><p><strong>amount</strong> (<aclass="reference internal" href="../../../../utils/balance/index.html#bittensor.utils.balance.Balance" title="bittensor.utils.balance.Balance"><em>Balance</em></a>) – The amount of stake to move as a <cite>Balance</cite> object.</p></li>
452
+
<li><p><strong>amount</strong> (<aclass="reference internal" href="../../../../utils/balance/index.html#bittensor.utils.balance.Balance" title="bittensor.utils.balance.Balance"><em>bittensor.utils.balance.Balance</em></a>) – The amount of stake to move as a <cite>Balance</cite> object.</p></li>
453
453
<li><p><strong>wait_for_inclusion</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a>) – If True, waits for transaction inclusion in a block. Defaults to True.</p></li>
454
454
<li><p><strong>wait_for_finalization</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a>) – If True, waits for transaction finalization. Defaults to False.</p></li>
455
-
<li><p><strong>period</strong> (<em>Optional</em><em>[</em><aclass="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a><em>]</em>) – The number of blocks during which the transaction will remain valid after it’s submitted. If
456
-
the transaction is not included in a block within that number of blocks, it will expire and be rejected.
457
-
You can think of it as an expiration date for the transaction.</p></li>
455
+
<li><p><strong>period</strong> (<em>Optional</em><em>[</em><aclass="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a><em>]</em>) – The number of blocks during which the transaction will remain valid after it’s submitted. If the
456
+
transaction is not included in a block within that number of blocks, it will expire and be rejected. You can
457
+
think of it as an expiration date for the transaction.</p></li>
458
+
<li><p><strong>move_all_stake</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a>) – If true, moves all stake from the source hotkey to the destination hotkey.</p></li>
0 commit comments