generate_addressΒΆ
Generate a new address and its corresponding private key.
- Returns:
tuple: A tuple containing the private key and address.
Example usage:
private_key, address = eth_client.generate_address()
Generate a new address and its corresponding private key.
tuple: A tuple containing the private key and address.
Example usage:
private_key, address = eth_client.generate_address()