Last active
August 11, 2017 14:39
-
-
Save fix/4515e7cb37a2faec13878e2ce34d094d to your computer and use it in GitHub Desktop.
testing nucleid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var arkjs=require("arkjs"); | |
module.exports = function (args) { | |
var tx = arkjs.transaction.createTransaction.apply(null, args); | |
return tx.signature; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment