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"`
|
||
|
}
|