mirror of
https://github.com/status-im/status-go.git
synced 2025-01-30 16:38:21 +00:00
6 lines
86 B
Go
6 lines
86 B
Go
|
package requests
|
||
|
|
||
|
type ValidateMnemonic struct {
|
||
|
Mnemonic string `json:"mnemonic"`
|
||
|
}
|