lightningdevkit / lightning-liquidity

Other
27 stars 17 forks source link

Alternative without intermediate jsonrpc types #3

Closed johncantrell97 closed 1 year ago

johncantrell97 commented 1 year ago

This is an alternative approach that avoids creating intermediate JSON-RPC objects and deserializes directly into rust types. It leaks no serde_json::Value's and no need for the json-rpc Request/Response/Notification objects.