5ee988ccd8
* Add common message types and update proto gen script * Update proto gen script to generate pulsar proto code * Upgrade direct deps * Populate params and genesis files * Setup keeper files * Setup module files with depinject and autocli * Add placeholder keeper methods * Integrate bond module into the chain
11 lines
146 B
Go
11 lines
146 B
Go
package bond
|
|
|
|
const (
|
|
ModuleName = "bond"
|
|
|
|
// StoreKey is the string store representation
|
|
StoreKey = ModuleName
|
|
|
|
// TODO: Add required keys
|
|
)
|