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
Example response:
{"result":{"balance":2575000,"max_amount":0,"budget_renewal":""},"result_type":"get_balance"}
This gives an error with rust-nostr:
Err(JSON(Error("Json: unknown variant ``, expected one of `daily`, `weekly`, `monthly`, `yearly`", line: 0, column: 0)))
If not set, the budget_renewal should not be included in the response. Currently it is an empty string.
but should max_amount and budget_renewal just be removed? they are based on permissions which are not part of the spec.
max_amount
budget_renewal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example response:
This gives an error with rust-nostr:
If not set, the budget_renewal should not be included in the response. Currently it is an empty string.
but should
max_amount
andbudget_renewal
just be removed? they are based on permissions which are not part of the spec.The text was updated successfully, but these errors were encountered: