cosmos-sdk/x/ibc/light-clients/09-localhost/module.go

11 lines
189 B
Go

package localhost
import (
"github.com/cosmos/cosmos-sdk/x/ibc/light-clients/09-localhost/types"
)
// Name returns the IBC client name
func Name() string {
return types.SubModuleName
}