Skip to content

mnemonicFromSeed

mnemonicFromSeed(seed): string

Defined in: packages/algo25/src/index.ts:51

mnemonicFromSeed converts a 32-byte key into a 25 word mnemonic. The generated mnemonic includes a checksum. Each word in the mnemonic represents 11 bits of data, and the last 11 bits are reserved for the checksum.

Uint8Array

32 bytes long seed

string

25 words mnemonic