CramiumLabs Docs
  • Feature List
    • API Key
    • Transaction policy
    • Error code system
  • SDK MPC Android
    • Prerequisites
    • Functions
    • Adding the SDK
    • Importing and Initializing
    • API Reference
    • Usage Guide for an MPC Wallet App
      • Prerequisites
      • Creating an MPC wallet
      • Backup/Restore
      • Import/Recovery
      • Transaction
      • Export
      • Delete MPC Group
      • Transaction Policy
      • User Device Management (UDM)
      • Passkey
    • Changelog
  • SDK MPC IOS
    • Prerequisites
    • Functions
    • Adding the Framework
    • Importing and Initializing
    • API reference
    • Usage Guide for an MPC Wallet App
      • Prerequisites
      • Creating an MPC wallet
      • Backup/Restore
      • Import/Recovery
      • Transaction
      • Export
      • Delete MPC Group
      • Transaction Policy
      • User Device Management (UDM)
      • Passkey
    • Changelog
Powered by GitBook
On this page
  1. SDK MPC IOS
  2. Usage Guide for an MPC Wallet App

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")
PreviousTransactionNextDelete MPC Group

Last updated 5 months ago