btcs

bitcoin script parser/evaluator/compiler/decompiler
git clone git://jb55.com/btcs
Log | Files | Refs | README | LICENSE

htlc (206B)


      1 OP_IF
      2     [HASHOP] <digest> OP_EQUALVERIFY OP_DUP OP_HASH160 <seller pubkey hash>            
      3 OP_ELSE
      4     <num> [TIMEOUTOP] OP_DROP OP_DUP OP_HASH160 <buyer pubkey hash>
      5 OP_ENDIF
      6 OP_EQUALVERIFY
      7 OP_CHECKSIG