Files
lightning/lightningd
Christian Decker 9a2a09efd6 plugin: Introduce plugin type to allow singleton and chaining
The newly introduced type is used to determine what the call semantics of the
hook are. We have `single` corresponding to the old behavior, as well as
`chain` which allows multiple plugins to register for the hook, and they are
then called sequentially (if all plugins return `{"result": "continue"}`) or
exit the chain if the hook event was handled.
2020-02-11 15:57:22 +10:30
..
2017-10-20 18:31:32 +02:00
2020-01-23 16:17:42 +10:30
2019-12-12 15:03:53 +01:00
2020-01-31 06:02:47 +00:00