Last active
December 24, 2017 00:35
-
-
Save onokatio/975247c4eaddb977b2f748d3bf3adffa to your computer and use it in GitHub Desktop.
BIP 0012 (OP_EVAL) 【任意の値をScriptとして実行できる】 ref: https://qiita.com/onokatio/items/4eafe6b26cf6820de945
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
| DUP HASH160 {20-byte-hash-value} EQUALVERIFY OP_EVAL |
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
| ...signatures... {任意の値=変換されたScriptの命令} |
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
| scriptSig: {OP_11を変換した値} | |
| scriptPubKey: OP_EVAL OP_11 OP_EQUAL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment