package state import ( "dejo_node/internal/staking" ) var GlobalState = NewState() var GlobalStakingStore = staking.NewStakingStore()