refactor: decouple comet from modules (#21382)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package types
|
||||
|
||||
import cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
|
||||
|
||||
type GenesisValidator struct {
|
||||
Address ConsAddress
|
||||
PubKey cryptotypes.PubKey
|
||||
Power int64
|
||||
Name string
|
||||
}
|
||||
Reference in New Issue
Block a user