MCPcopy 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_addrMethod · 0.95
bm_command_addrMethod · 0.80

Calls 1

Tested by

no test coverage detected