core-lightning/cln-rpc
Erik De Smedt ce41aa4ccc cln_rpc: Split low- from high-level API calls.
The `cln::ClnRpc` plugin has a `call` and a `call`-typed method
which worked only on structs that are mentioned in
`src::primitives::Request`.

The consequence is that any rpc-method that is not (yet) defined in this
crate could not be used.

I've adapted the `ClnRpc`-method and create a low-level binding named
`call_raw`. All changes in this commit should be backward compatible.
2024-01-09 14:12:46 +01:00
..
examples cln-rpc: Remove wildcard import from model 2023-07-10 13:47:38 +09:30
src cln_rpc: Split low- from high-level API calls. 2024-01-09 14:12:46 +01:00
Cargo.toml cln_rpc: Split low- from high-level API calls. 2024-01-09 14:12:46 +01:00
Makefile cln-rpc: Update the Makefile to always rebuild each example when the example files themselves are changed 2023-10-30 18:24:23 +01:00
README.md doc: update c-lightning to Core Lightning almost everywhere. 2022-04-07 06:53:26 +09:30

cln-rpc: Talk to Core Lightning