mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
pyln.proto.message: export more.
FieldType lets you make new field types, and split_field helps with parsing. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
b33dc9847c
commit
ee6c58cbd5
@ -1,4 +1,5 @@
|
||||
from .message import MessageNamespace, MessageType, Message, SubtypeType
|
||||
from .fundamental_types import split_field, FieldType
|
||||
|
||||
__version__ = '0.0.1'
|
||||
|
||||
@ -7,6 +8,8 @@ __all__ = [
|
||||
"MessageType",
|
||||
"Message",
|
||||
"SubtypeType",
|
||||
"FieldType",
|
||||
"split_field",
|
||||
|
||||
# fundamental_types
|
||||
'byte',
|
||||
|
Loading…
Reference in New Issue
Block a user