@types/doge-seed
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/doge-seed

Summary

This package contains type definitions for doge-seed (https://github.com/lukechilds/doge-seed#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/doge-seed.

index.d.ts

export = dogeSeed;

/**
 * Generates a cryptographically secure mnemonic seed phrase with added dankness.
 * The first four words will be a randomly generated Doge-like sentence.
 *
 * The seed phrases are fully valid checksummed BIP39 seeds. They can be used with any cryptocurrency
 * and can be imported into any BIP39 compliant wallet.
 *
 * @param bits The number of bits to derive a BIP39 mnemonic from. Default: `128`.
 * @returns A BIP39 mnemonic seed phrase.
 */
declare function dogeSeed(bits?: 128 | 160 | 192 | 224 | 256): string;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by BendingBender.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/doge-seed

Weekly Downloads

8

Version

1.0.2

License

MIT

Unpacked Size

3.65 kB

Total Files

5

Last publish

Collaborators

  • types