Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 359 Bytes

TODO.md

File metadata and controls

5 lines (3 loc) · 359 Bytes

需要用更高阶的带有逻辑分支的 DSL 代替 Bitcoin 中的脚本代码。

例如:收款脚本变为{hash(owner.pub)==1GgCAoxxx}(自动拼接到提款代码,执行结果同样为true/false),没有空格,没有return关键字,整体长度变短。

  • 注意这里的owner.pub为特定的变量关键字,具体待定义。