bitcore-doichain
Advanced tools
Comparing version 0.1.6 to 0.1.7
import getUrl from "bitcore-doichain/lib/doichain/getUrl"; | ||
const broadcastTransaction = async (nameId,tx, templateDataEncrypted,validatorPublicKey) => { | ||
await broadcast(nameId,tx,templateDataEncrypted,validatorPublicKey) | ||
return await broadcast(nameId,tx,templateDataEncrypted,validatorPublicKey) | ||
} | ||
@@ -30,2 +30,2 @@ | ||
export default broadcastTransaction | ||
export default broadcastTransaction |
{ | ||
"name": "bitcore-doichain", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Doichain Support for Bitcore", | ||
"author": "Brandon Roberts <brandon@bxroberts.org>", | ||
"author": "Nico Krause <nico@le-space.de>", | ||
"main": "index.js", | ||
@@ -7,0 +7,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1565
77116