We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We've made some changes and are tracking them here to one day make PR(s):
metadata
fees_paid
unpaid
unpaid_outgoing
unpaid_incoming
state
settled
pending
failed
get_node_info
get_info
The text was updated successfully, but these errors were encountered:
rolznz
No branches or pull requests
We've made some changes and are tracking them here to one day make PR(s):
metadata
to nwc make_invoice feat: add metadata field to make_invoice command #357fees_paid
to all payment responsesunpaid
intounpaid_outgoing
andunpaid_incoming
so normal wallets can show only unpaid outgoing transactionsstate
of the transaction in all endpoints (settled
,pending
orfailed
)metadata
to pay_invoice (not implemented yet) - this metadata can be stored in Alby Hubconsider moving node info into awith unique wallet service keys per app, the methods do not need to be returned in get_info - See NIP-47 published info event should only include capabilities based on the app permissions #766get_node_info
call so that theget_info
call does not require a scopeThe text was updated successfully, but these errors were encountered: