bittensor.core.extrinsics.params.staking#

Classes#

Module Contents#

class bittensor.core.extrinsics.params.staking.StakingParams#
classmethod add_stake(netuid, hotkey_ss58, amount)#

Returns the parameters for the safe parameters.

Parameters:
Return type:

dict

classmethod add_stake_limit(netuid, hotkey_ss58, amount, allow_partial_stake, rate_tolerance, pool)#

Returns the parameters for the add_stake_limit.

Parameters:
Return type:

dict

classmethod set_coldkey_auto_stake_hotkey(netuid, hotkey_ss58)#

Returns the parameters for the set_auto_stake_extrinsic.

Parameters:
  • netuid (int)

  • hotkey_ss58 (str)

Return type:

dict