Function createDIDFromMnemonic

  • Create a DID and DID Document from a mnemonic phrase.

    Parameters

    • mnemonic: string

      The mnemonic phrase used to generate the DID.

    Returns FromMnemonicResult

    An object containing the DID, DID Document, and key pairs.