MCPcopy Create free account
hub / github.com/ElementsProject/lightning / add_extension_msg

Method add_extension_msg

tools/generate-wire.py:453–454  ·  view source on GitHub ↗
(self, name, msg)

Source from the content-addressed store, hash-verified

451 comments=comments)
452
453 def add_extension_msg(self, name, msg):
454 self.extension_msgs[name] = msg
455
456 def add_type(self, type_name, field_name=None, outer_name=None):
457 optional = False

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected