- Preparing search index...
- The search index is not available
Lumos 
 
default: {     AccountExtendedPublicKey: typeof hd.AccountExtendedPublicKey;     AddressType: typeof hd.AddressType;     ExtendedPrivateKey: typeof hd.ExtendedPrivateKey;     ExtendedPublicKey: typeof hd.ExtendedPublicKey;     IncorrectPassword: typeof hd.IncorrectPassword;     InvalidKeystore: typeof hd.InvalidKeystore;     Keychain: typeof hd.Keychain;     Keystore: typeof hd.Keystore;     UnsupportedCipher: typeof hd.UnsupportedCipher;     XPubStore: typeof hd.XPubStore;     key: {         privateKeyToBlake160: privateKeyToBlake160;         privateToPublic: privateToPublic;         publicKeyToBlake160: publicKeyToBlake160;         recoverFromSignature: recoverFromSignature;         signRecoverable: signRecoverable;     };     mnemonic: {         entropyToMnemonic: entropyToMnemonic;         generateMnemonic: generateMnemonic;         mnemonicToEntropy: mnemonicToEntropy;         mnemonicToSeed: mnemonicToSeed;         mnemonicToSeedSync: mnemonicToSeedSync;         validateMnemonic: validateMnemonic;     }; } 
Type declaration
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
key: { 
 privateKeyToBlake160: privateKeyToBlake160;
 privateToPublic: privateToPublic;
 publicKeyToBlake160: publicKeyToBlake160;
 recoverFromSignature: recoverFromSignature;
 signRecoverable: signRecoverable;
 }
- 
privateKeyToBlake160: privateKeyToBlake160
- 
privateToPublic: privateToPublic
- 
publicKeyToBlake160: publicKeyToBlake160
- 
recoverFromSignature: recoverFromSignature
- 
signRecoverable: signRecoverable
 
- 
mnemonic: { 
 entropyToMnemonic: entropyToMnemonic;
 generateMnemonic: generateMnemonic;
 mnemonicToEntropy: mnemonicToEntropy;
 mnemonicToSeed: mnemonicToSeed;
 mnemonicToSeedSync: mnemonicToSeedSync;
 validateMnemonic: validateMnemonic;
 }
- 
entropyToMnemonic: entropyToMnemonic
- 
generateMnemonic: generateMnemonic
- 
mnemonicToEntropy: mnemonicToEntropy
- 
mnemonicToSeed: mnemonicToSeed
- 
mnemonicToSeedSync: mnemonicToSeedSync
- 
validateMnemonic: validateMnemonic