Skip to content
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

[Add Feature] Decode Bolt11 Invoice #261

Closed
yshwanth opened this issue Apr 24, 2024 · 5 comments
Closed

[Add Feature] Decode Bolt11 Invoice #261

yshwanth opened this issue Apr 24, 2024 · 5 comments

Comments

@yshwanth
Copy link
Contributor

yshwanth commented Apr 24, 2024

https://github.com/lightning/bolts/blob/master/11-payment-encoding.md

@BullishNode
Copy link
Contributor

@BullishNode
Copy link
Contributor

Check the Liqiud Address branch
MutinyWallet/bitcoin-waila#14

@mocodesmo
Copy link
Collaborator

@yshwanth this is already implemented.
Not sure what you're trying to imply here.

Future<(Invoice?, Err?)> decodeInvoice({required String invoice}) async {

@yshwanth
Copy link
Contributor Author

Not implemented in UI Send screen but implemented on boltz dart code 👍

@mocodesmo
Copy link
Collaborator

thank you for your contributions 👍

state.swapCubit.decodeInvoice(address);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants