Transaction Templates
Common standard script templates
Transaction Template example : Payment to public key (hash)
Previous Transaction Output
Locking Script - OP_DUP OP_HASH160 <Public Key Hash> OP_EQUALVERIFY OP_CHECKSIG
Current Transaction Input
Unlocking Script - <Signature> <Public Key>
<Signature>, <Public Key>, <Public Key Hash> are operands and the remaining are opcodes
Note: The opcode OP_CHECKSIG performs a digital signature verification
Transaction Template example : Multi-Signature Transactions
Last updated
