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

Class msg_sendaddrv2

test/functional/test_framework/messages.py:1643–1657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1641
1642
1643class msg_sendaddrv2:
1644 __slots__ = ()
1645 msgtype = b"sendaddrv2"
1646
1647 def __init__(self):
1648 pass
1649
1650 def deserialize(self, f):
1651 pass
1652
1653 def serialize(self):
1654 return b""
1655
1656 def __repr__(self):
1657 return "msg_sendaddrv2()"
1658
1659
1660class msg_inv:

Callers 1

on_versionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected