Skip to content

Commit 4272fd9

Browse files
vincenzopalazzorustyrussell
authored andcommitted
pyln-proto: expose the tlv types
Exposing the tlv types to allow public access to it. Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 33375e5 commit 4272fd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/pyln-proto/pyln/proto/message/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .array_types import SizedArrayType, DynamicArrayType, EllipsisArrayType
2-
from .message import MessageNamespace, MessageType, Message, SubtypeType
2+
from .message import MessageNamespace, MessageType, Message, SubtypeType, TlvStreamType, TlvMessageType
33
from .fundamental_types import split_field, FieldType
44

55
__all__ = [
@@ -14,6 +14,8 @@
1414
"SizedArrayType",
1515
"DynamicArrayType",
1616
"EllipsisArrayType",
17+
"TlvStreamType",
18+
"TlvMessageType",
1719

1820
# fundamental_types
1921
'byte',

0 commit comments

Comments
 (0)