github.com/okex/exchain@v1.8.0/libs/ibc-go/modules/light-clients/06-solomachine/module.go (about)

     1  package solomachine
     2  
     3  import "github.com/okex/exchain/libs/ibc-go/modules/light-clients/06-solomachine/types"
     4  
     5  // Name returns the solo machine client name.
     6  func Name() string {
     7  	return types.SubModuleName
     8  }