Appearance
status+me.virmesh.success.newAccountNotified
ポスト量子化移行用の新アカウント情報が事前登録されたことを示します。
Description
me.virmesh.server.notifyNewAccount が正常終了し、
旧アカウントから新アカウントへの移行予定が受信側 PlayerServer に保存されたことを示します。
When this happens
- private request envelope の検証が通る
- 旧アカウント鍵と新アカウント鍵の署名検証が通る
- 移行元と移行先の組み合わせが保存可能である
Payload
No payload fields are defined.
Examples
new account prepared
{
"status": "status+me.virmesh.success.newAccountNotified"
}Client handling
- 後続の
me.virmesh.server.switchNewAccount実行まで移行予定を保持する - 同一の移行元/移行先ペアに対する duplicate preparation を避ける
Related statuses
Referenced by
| HTTP | API | Action |
|---|---|---|
200 | me.virmesh.server.notifyNewAccount | me.virmesh.server.notifyNewAccount |