mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
ce41aa4ccc
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. |
||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml | ||
Makefile | ||
README.md |