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

Method __init__

bitcoin/messages.py:357–359  ·  view source on GitHub ↗
(self, protover=PROTO_VERSION)

Source from the content-addressed store, hash-verified

355 command = b"tx"
356
357 def __init__(self, protover=PROTO_VERSION):
358 super(msg_tx, self).__init__(protover)
359 self.tx = CTransaction()
360
361 @classmethod
362 def msg_deser(cls, f, protover=PROTO_VERSION):

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

CTransactionClass · 0.85

Tested by

no test coverage detected