6 lines
86 B
Go
6 lines
86 B
Go
|
package requests
|
||
|
|
||
|
type ValidateMnemonic struct {
|
||
|
Mnemonic string `json:"mnemonic"`
|
||
|
}
|