8 lines
98 B
Go
8 lines
98 B
Go
package client
|
|
|
|
// codec:gen
|
|
type ChangeDifficulty struct {
|
|
Difficulty []int8
|
|
Locked bool
|
|
}
|