laconicd/x/evm/types/key.go
David Ansermino 1d490ba4d9 Adds AppModuleBasic and Genesis Functions (#62)
* Adds AppModuleBasic implementation and genesis functions

* Fixes  broken links

* Adds .idea/

* Adds starter for missing genesis funcs

* Completes AppModuleBasic interface

* Removes comment
2019-07-08 12:02:20 -04:00

10 lines
159 B
Go

package types
const (
// module name
ModuleName = "ethermint"
// TODO: Use this
// StoreKey to be used when creating the KVStore
StoreKey = ModuleName
)