agent0.core.base.make_key ========================= .. py:module:: agent0.core.base.make_key .. autoapi-nested-parse:: Make a private key using web3 eth utils .. !! processed by numpydoc !! Functions --------- .. autoapisummary:: agent0.core.base.make_key.make_private_key Module Contents --------------- .. py:function:: make_private_key(extra_entropy: str = 'SOME STRING') -> str Make a private key. :param extra_entropy: Any string used to add entropy to the keccak hash. Defaults to "SOME STRING". :type extra_entropy: str, optional :returns: The private key. :rtype: str .. !! processed by numpydoc !!