core-lightning/cln-rpc/src
Rusty Russell 4a9b9b8b29 pay: add partial_msat option to make partial payment.
a.k.a. "Pay with a friend!".

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Added: JSON-RPC: `pay` has a new parameter `partial_msat` to only pay part of an invoice (someone else presumably will pay the rest at the same time!)
Suggested-by: Calle
2024-03-20 10:58:28 +10:30
..
codec.rs cln-rpc: Scaffolding for the cln-rpc crate 2022-02-11 16:02:25 +01:00
jsonrpc.rs cln-rpc: allow id to be any token. 2022-09-16 12:31:45 +09:30
lib.rs Rust cln-rpc crate: Fix call_enum and call 2024-01-09 14:12:46 +01:00
model.rs pay: add partial_msat option to make partial payment. 2024-03-20 10:58:28 +10:30
notifications.rs cln-rpc: Scaffolding for the cln-rpc crate 2022-02-11 16:02:25 +01:00
primitives.rs msggen: Make ChannelTypeName a native enum 2024-01-29 13:40:34 +10:30