Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ _decode_addr
Method
_decode_addr
src/network/bmproto.py:373–374 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
371
return
True
372
373
def
_decode_addr(self):
374
return
self.decode_payload_content(
"LQIQ16sH"
)
375
376
def
bm_command_addr(self):
377
addresses = self._decode_addr()
Callers
2
bm_command_addr
Method · 0.95
bm_command_addr
Method · 0.80
Calls
1
decode_payload_content
Method · 0.95
Tested by
no test coverage detected