1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-17 04:30:03 +02:00
thalos/app/state.go

7 lines
122 B
Go

package app
// State represents thalos runtime state
type State struct {
// Last processed block
CurrentBlock uint32
}