rust-lightning
rust-lightning copied to clipboard
Ability to construct an invoice from bindings
Most languages don't support move semantics, so the standard rust builder pattern doesn't work. Worse, the invoice construction builder has a ton of type info that enforces downstream correctness. Realistically, we probably need to expose a full #[cfg(c_bindings)] invoice constructor that is parallel with the rust one.
Gonna slip this.
Slipping to 0.1.
Surprisingly, with the utils, no one has actually complained about this, so removing the milestone entirely.