MCPcopy Index your code
hub / github.com/petertodd/python-bitcoinlib / to_redeemScript

Method to_redeemScript

bitcoin/wallet.py:181–182  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179 return script.CScript([script.OP_HASH160, self, script.OP_EQUAL])
180
181 def to_redeemScript(self):
182 return self.to_scriptPubKey()
183
184
185class P2PKHBitcoinAddress(CBase58BitcoinAddress):

Callers 4

TMethod · 0.45
spend-p2wpkh.pyFile · 0.45

Calls 1

to_scriptPubKeyMethod · 0.95

Tested by 3

TMethod · 0.36