github.com/lino-network/lino@v0.6.11/x/global/model/global.go (about) 1 package model 2 3 import ( 4 "github.com/lino-network/lino/types" 5 ) 6 7 // GlobalTime - global time 8 type GlobalTime struct { 9 ChainStartTime int64 `json:"chain_start_time"` 10 LastBlockTime int64 `json:"last_block_time"` 11 PastMinutes int64 `json:"past_minutes"` 12 } 13 14 type EventError = types.EventError