mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
4b5dade87f
One limitation of the `call_typed`-method was that it could not be used with types defined outside of this crate. (See dependency on `IntoRequest`) This is useful for types that are not (yet) defined in this crate. A possible case is an rpc-method that is defined in a plug-in that is external to core-lightning or any method which isn't yet a part of the `msggen`-script. I've implemented a `TypedRequest` trait to make it work. PS: This change is breaking. Users of `call_typed` must import `cln_rpc::models::TypedRequest` instead of `cln_rpc::models::IntoRequest` |
||
---|---|---|
.. | ||
cln-tracer | ||
docker | ||
init | ||
keys | ||
msggen | ||
plugins | ||
pylightning | ||
pyln-client | ||
pyln-grpc-proto | ||
pyln-proto | ||
pyln-spec | ||
pyln-testing | ||
reprobuild | ||
sanitizer_suppressions | ||
bootstrap-node.sh | ||
clang-coverage-report.sh | ||
config-example | ||
giantnode.py | ||
lightning-cli.bash-completion | ||
short_channel_id-to-txid.sh | ||
startup_regtest.sh |