MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / msg_verack

Class msg_verack

test/functional/test_framework/messages.py:1020–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018
1019
1020class msg_verack():
1021 command = b"verack"
1022
1023 def __init__(self):
1024 pass
1025
1026 def deserialize(self, f):
1027 pass
1028
1029 def serialize(self):
1030 return b""
1031
1032 def __repr__(self):
1033 return "msg_verack()"
1034
1035
1036class msg_addr():

Callers 3

run_testMethod · 0.90
on_openMethod · 0.90
on_versionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected