-
Notifications
You must be signed in to change notification settings - Fork 407
Ability to construct an invoice from bindings #1868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Gonna slip this. |
Slipping to 0.1. |
Surprisingly, with the utils, no one has actually complained about this, so removing the milestone entirely. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: