lotus/lib/evtsm/testing.go

12 lines
112 B
Go
Raw Normal View History

2020-01-06 21:01:49 +00:00
package evtsm
type TestState struct {
A uint64
B uint64
}
type TestEvent struct {
A string
Val uint64
}