Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ __init__
Method
__init__
bitcoin/messages.py:192–194 ·
view source on GitHub ↗
(self, protover=PROTO_VERSION)
Source
from the content-addressed store, hash-verified
190
command = b
"addr"
191
192
def
__init__(self, protover=PROTO_VERSION):
193
super(msg_addr, self).__init__(protover)
194
self.addrs = []
195
196
@classmethod
197
def
msg_deser(cls, f, protover=PROTO_VERSION):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected