Account
Account Initialize & Restore
{
"force": false // if re-create account use true.
}{
"data": {
"mnemonics": ["your", "account", "mnemonics", ...],
"raw": "your account mnemonics ..."
}
}{
"mnemonics": ["your", "account", "mnemonics", ...],
"force": false // if re-restore or use other account account use true
}Last updated