MCPcopy Create free account
hub / github.com/ElementsProject/elements / receive

Method receive

test/functional/interface_zmq.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 return body
61
62 def receive(self):
63 return self._receive_from_publisher_and_check()
64
65 def receive_sequence(self):
66 body = self._receive_from_publisher_and_check()

Callers 5

setup_zmq_testMethod · 0.45
test_basicMethod · 0.45
test_reorgMethod · 0.45
test_ipv6Method · 0.45

Tested by 4

test_basicMethod · 0.36
test_reorgMethod · 0.36
test_ipv6Method · 0.36