You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the Java/Kotlin bindings I noticed we have a number of "weirdly" named structs e.g Result_InvoiceNoneZResult_NoneChannelMonitorUpdateErrZ, Option_C2Tuple_usizeTransactionZZ and Result_NetworkGraphDecodeErrorZ. I imagine this is something to do with how our bindings are generated using Rust, but worth addressing since the syntax is a lot different stylistically.
The text was updated successfully, but these errors were encountered:
While using the Java/Kotlin bindings I noticed we have a number of "weirdly" named structs e.g
Result_InvoiceNoneZ
Result_NoneChannelMonitorUpdateErrZ
,Option_C2Tuple_usizeTransactionZZ
andResult_NetworkGraphDecodeErrorZ
. I imagine this is something to do with how our bindings are generated using Rust, but worth addressing since the syntax is a lot different stylistically.The text was updated successfully, but these errors were encountered: