mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-10 00:09:04 +01:00
Changelog-Added: cln-rpc: A new Rust library called `cln-rpc` can be used to interact with the JSON-RPC
4 lines
104 B
Rust
4 lines
104 B
Rust
use serde::{Deserialize, Serialize};
|
|
|
|
#[derive(Debug, Deserialize, Serialize)]
|
|
pub enum Notification {}
|