mirror of
https://github.com/eosswedenorg/thalos
synced 2026-08-25 20:08:13 +02:00
Adding app/state.go
This commit is contained in:
parent
64459eca10
commit
98a49538e2
1 changed files with 7 additions and 0 deletions
7
app/state.go
Normal file
7
app/state.go
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
package app
|
||||||
|
|
||||||
|
// State represents thalos runtime state
|
||||||
|
type State struct {
|
||||||
|
// Last processed block
|
||||||
|
CurrentBlock uint32
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue