github.com/okex/exchain@v1.8.0/libs/ibc-go/modules/light-clients/09-localhost/module.go (about) 1 package localhost 2 3 import "github.com/okex/exchain/libs/ibc-go/modules/light-clients/09-localhost/types" 4 5 // Name returns the IBC client name 6 func Name() string { 7 return types.SubModuleName 8 }