lotus/lib/statemachine/testing.go

12 lines
119 B
Go
Raw Normal View History

2020-01-13 17:44:59 +00:00
package statemachine
2020-01-06 21:01:49 +00:00
type TestState struct {
A uint64
B uint64
}
type TestEvent struct {
A string
Val uint64
}