Programming The Blockchain in C#
Search…
README
Foreword
Introduction
Bitcoin transfer
Key generation and encryption
Other types of ownership
P2PK[H] (Pay to Public Key [Hash])
P2WPKH (Pay to Witness Public Key Hash)
Multi Sig
P2SH (Pay To Script Hash)
P2WSH (Pay to Witness Script Hash)
P2W* over P2SH
Arbitrary
Using the TransactionBuilder
Other types of asset
Create your own wallet
Powered By
GitBook
Other types of ownership
I will briefly talk about each type of
ScriptPubKey
that you are likely to see on the blockchain. Then I will explain how simple it is to sign each type of
ScriptPubKey
in the last part of the chapter “Using the TransactionBuilder”.
Previous
Stealth addresses
Next
P2PK[H] (Pay to Public Key [Hash])
Last modified
3yr ago
Copy link