Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitcore-doichain

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcore-doichain - npm Package Compare versions

Comparing version 0.1.18 to 0.1.19

6

lib/doichain/createRawDoichainTX.js

@@ -18,7 +18,7 @@ import bitcore from "bitcore-doichain";

// .fee(fee+100000000) //storage fee in satoshies - goes into name_doi transaction - unfortunately not working together with name_doi
.sign(privKeySet) // Signs all the inputs it can
// Signs all the inputs it can
console.log('unsigned transaction',tx)
return tx.sign(privKeySet).serialize(true);
return tx.serialize(true);
}
export default createRawDoichainTX
{
"name": "bitcore-doichain",
"version": "0.1.18",
"version": "0.1.19",
"description": "Doichain Support for Bitcore",

@@ -5,0 +5,0 @@ "author": "Nico Krause <nico@le-space.de>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc