mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-13 11:09:14 +01:00
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 |