Created
November 7, 2020 02:41
-
-
Save zhfnjust/6d3235b5bef91259a8002a42f30a0626 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/* | |
* print out parameters used in debugger, see ""../.vscode/launch.json" for an example | |
console.log(toHex(pkh)) | |
console.log(toHex(sig)) | |
console.log(toHex(publicKey)) | |
console.log(tx.toString()) | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment