mirror of
https://github.com/status-im/status-go.git
synced 2025-01-22 20:54:23 +00:00
8 lines
182 B
Go
8 lines
182 B
Go
|
package requests
|
||
|
|
||
|
type ConvertToRegularAccount struct {
|
||
|
Mnemonic string `json:"mnemonic"`
|
||
|
CurrPassword string `json:"currPassword"`
|
||
|
NewPassword string `json:"newPassword"`
|
||
|
}
|