How to use the bip44-constants.LTC function in bip44-constants

To help you get started, we’ve selected a few bip44-constants examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github oipwg / oip-hdmw / src / networks / litecoin.js View on Github external
maxFeePerByte: 100,
  minFee: litecoinFeePerKb,
  dust: 54600,

  txVersion: 1,

  explorer: new Insight(config.defaultApiUrls.litecoin),

  getExtraBytes: function (options) { },

  network: {
    bip32: {
      public: n.bip32.public,
      private: n.bip32.private
    },
    slip44: bip44constants.LTC,
    messagePrefix: '\u0018Litecoin Signed Message:\n',
    pubKeyHash: n.pubKeyHash,
    scriptHash: n.scriptHash,
    wif: n.wif
  }
}

bip44-constants

Bitcoin BIP44 constants.

MIT
Latest version published 23 days ago

Package Health Score

72 / 100
Full package analysis

Popular bip44-constants functions