github.com/cosmos/cosmos-sdk@v0.50.10/x/auth/migrations/v1/types.go (about)

     1  package v1
     2  
     3  const (
     4  	ModuleName = "auth"
     5  	AddrLen    = 20
     6  )