mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-27 00:35:18 +00:00
11 lines
156 B
Go
11 lines
156 B
Go
package types
|
|
|
|
import "github.com/cosmos/cosmos-sdk/types"
|
|
|
|
type Keeper struct {
|
|
// TODO other stuff as needed
|
|
|
|
// Proposal router
|
|
router types.Router
|
|
}
|