10 lines
141 B
Go
10 lines
141 B
Go
|
package onboarding
|
||
|
|
||
|
import "cosmossdk.io/collections"
|
||
|
|
||
|
const ModuleName = "onboarding"
|
||
|
|
||
|
var (
|
||
|
ParamsKey = collections.NewPrefix("Params")
|
||
|
)
|