For the complete documentation index, see llms.txt. This page is also available as Markdown.

Export

  • To exports a BIP39 mnemonic from the provided key identities, using the exportMnemonic() method with the following attributes:

    • keyGenGroupID: the keygen Group ID of master wallet

    • keyIdentity: the keyIdentity of wallet

Example:

   let mnemonic = client.exportMnemonic("your key Gen GroupID",  "your wallet Key Identity")

Last updated