bittensor.core.extrinsics.params.children# Classes# ChildrenParams Module Contents# class bittensor.core.extrinsics.params.children.ChildrenParams# classmethod set_children(hotkey_ss58, netuid, children)# Returns the parameters for the set_children. Parameters: hotkey_ss58 (str) netuid (int) children (list[tuple[float, str]]) Return type: dict classmethod set_pending_childkey_cooldown(cooldown)# Returns the parameters for the set_pending_childkey_cooldown. Parameters: cooldown (int) Return type: dict