RecoverWallet
RecoverWallet
RecoverWallet(password, mnemonic string) string从助记词恢复lnd钱包
arguments
password: 恢复的钱包登录密码(8位以上)
mnemonic:24位助记词,用空格分开return
{
"success": true,
"error": "",
"code": 200,
"data": ""
}Last updated