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 walletkeyIdentity
: the keyIdentity of wallet
Example:
val mnemonic = exportMnemonic(
keyGenGroupID = "keyGenGroupID",
keyIdentity = "walletKeyIdentity",
)
Last updated