Re-use rust-lightning
's serialization macros
#23
Labels
Milestone
rust-lightning
's serialization macros
#23
Currently we manually implement
Readable
/Writeable
. In order to make things easier and to follow the same serialization policy, we should re-use the macros from upstream.As these are however currently not exported, this is blocked on lightningdevkit/rust-lightning#1551.
The text was updated successfully, but these errors were encountered: