Skip to content

adamant-api / index / createKeypairFromPassphrase

Function: createKeypairFromPassphrase()

ts
function createKeypairFromPassphrase(passphrase): KeyPair;

Defined in: src/helpers/keys.ts:34

Derives the established ADM keypair from a BIP39 passphrase.

Parameters

ParameterType
passphrasestring

Returns

KeyPair

Released under the GPL-3.0 License.