tbk-mtx-client
Advanced tools
Comparing version 0.0.1 to 0.0.2
11
index.js
@@ -1,3 +0,10 @@ | ||
exports.printMsg = function() { | ||
console.log("This is a message from the demo package"); | ||
exports.findRelay = function () { | ||
console.log("This is a message from the findRelay"); | ||
// perform logic (via RC events) to find a good relay to use. (must us | ||
// apply blacklists, etc | ||
} | ||
exports.sendViaRelay = function (relayUrl, encodedFunctionCall, signature, from, to, gasprice, gaslimit, relayFee) { | ||
console.log("This is a message from the sendViaRelay"); | ||
} |
{ | ||
"name": "tbk-mtx-client", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Relay Client Library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
612
7