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
Readme says
await ndk.zap(event, 1337, "Zapping your post!"); // Returns a bolt11 payment request
but ndk.zap() returns NDKZapper in version 2.10.0. How do I get the payment request?
ndk.zap()
The text was updated successfully, but these errors were encountered:
Would also like to know this! Docs say
and also
const event = await ndk.fetchEvent({ author: "[email protected]" })[0]; await event.zap(1337, "Zapping your post!"); // Returns a bolt11 payment request
But neither seem to give the expected return
Sorry, something went wrong.
No branches or pull requests
Readme says
but
ndk.zap()
returns NDKZapper in version 2.10.0. How do I get the payment request?The text was updated successfully, but these errors were encountered: