登录与注册
导入助记词在线调用
POST
chain_importKey
(导入助记词)
导入助记词
参数
account 重置账号
Pass 重置密码
Content 助记词base64编码
示例代码
{
"jsonrpc": "3.0",
"method": "chain_importKey",
"params": [
"opcode=Mnemonic&account=wxl_tellbiot1&pass=12345678&content=",
"encryp =none "
],
"id": "aa80aa0c6bb0c7d81ac7e5b3"
}{
"jsonrpc": "3.0",
"id": "45662fc4f8d7ba7f139caf08",
"result": {
"ret": "0",
"err": "",
"content": {
"address": "0x8282f077dd92702b735fd40af22173c175f8eb22"
}
}
}