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