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:

    val mnemonic = exportMnemonic(
        keyGenGroupID = "keyGenGroupID",
        keyIdentity = "walletKeyIdentity",
    )

Last updated