feat: wallet private key export API with password verification
This commit is contained in:
@@ -113,6 +113,7 @@ func Register(
|
||||
// Chain - Queries (authenticated)
|
||||
ch := api.Group("/chain", authMw)
|
||||
ch.Get("/wallet", chainH.GetWalletInfo)
|
||||
ch.Post("/wallet/export", chainH.ExportWallet)
|
||||
ch.Get("/balance", chainH.GetBalance)
|
||||
ch.Get("/assets", chainH.GetAssets)
|
||||
ch.Get("/asset/:id", chainH.GetAsset)
|
||||
|
||||
Reference in New Issue
Block a user