mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-03 22:34:21 +01:00
pyln.proto.message: expose fundamental MessageTypes as variables.
Suggested-by: Christian Decker Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
47631cc23c
commit
42aab89b9f
@@ -7,4 +7,20 @@ __all__ = [
|
||||
"MessageType",
|
||||
"Message",
|
||||
"SubtypeType",
|
||||
|
||||
# fundamental_types
|
||||
'byte',
|
||||
'u16',
|
||||
'u32',
|
||||
'u64',
|
||||
'tu16',
|
||||
'tu32',
|
||||
'tu64',
|
||||
'chain_hash',
|
||||
'channel_id',
|
||||
'sha256',
|
||||
'point',
|
||||
'short_channel_id',
|
||||
'signature',
|
||||
'bigsize',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user