agent0.core.base.make_key
Make a private key using web3 eth utils
Functions
|
Make a private key. |
Module Contents
- agent0.core.base.make_key.make_private_key(extra_entropy: str = 'SOME STRING') str
Make a private key.
- Parameters:
extra_entropy (str, optional) – Any string used to add entropy to the keccak hash. Defaults to “SOME STRING”.
- Returns:
The private key.
- Return type:
str