Generate a random mnemonic (total number 12) and using POLLUX path "m/44'/195'" by default, return the 0th account address and private key.Usage
Parameters| Parameter | Description | ** Data Type** | | options |Optional parameter with three fields: path - BIP44 path extraEntropy - entropy locale - the locale | Object |Returns Object - Returns randomly created account information, including mnemonic, public key, and private key. If the entered BIP44 path does not start with m/44'/195', throw an exception - Error: Invalid tron path provided.Example Example 1