mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Add renewal_period
This commit is contained in:
parent
210966466b
commit
1c96bc45cf
1
47.md
1
47.md
|
@ -396,6 +396,7 @@ Response:
|
||||||
"remaining_budget_msats": 10000,
|
"remaining_budget_msats": 10000,
|
||||||
"total_budget_msats": 100000,
|
"total_budget_msats": 100000,
|
||||||
"renews_at": 1693876973, // timestamp in seconds since epoch, optional. If not provided, the budget does not renew.
|
"renews_at": 1693876973, // timestamp in seconds since epoch, optional. If not provided, the budget does not renew.
|
||||||
|
"renewal_period": "monthly", // daily|weekly|monthly|yearly|never
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user