lnrpc+rpcserver: support list/delete on marcaroon IDs

This commit is contained in:
yyforyongyu
2020-07-24 00:36:42 +08:00
parent f362f7670b
commit c0e2513350
13 changed files with 1383 additions and 756 deletions

View File

@@ -129,6 +129,11 @@ description):
* BakeMacaroon
* Bakes a new macaroon with the provided list of permissions and
restrictions
* ListMacaroonIDs
* List all the macaroon root key IDs that are in use.
* DeleteMacaroonID
* Remove a specific macaroon root key ID from the database and invalidates
all macaroons derived from the key with that ID.
## Service: WalletUnlocker