Skip to content

fetchFromMnemonic

fetchFromMnemonic(mnemonic): Promise<DidDocument>

This function fetches the DID document linked to a mnemonic.

mnemonic: string

The secret phrase used to fetch the DID.

Promise<DidDocument>

A Full DidDocument.

did/src/Did.chain.ts:491