# Functions
MigrateAccountNumberUnsafe migrates auth's account number to accounts's account number and delete store entry for auth legacy GlobalAccountNumberKey.
No description provided by the author
NewAccountKeeper returns a new AccountKeeperI that uses go-amino to (binary) encode and decode concrete sdk.Accounts.
NewMigrator returns a new Migrator.
NewMsgServerImpl returns an implementation of the x/auth MsgServer interface.
No description provided by the author
# Structs
AccountKeeper encodes/decodes accounts using the go-amino (binary) encoding/decoding library.
No description provided by the author
Migrator is a struct for handling in-place store migrations.
# Interfaces
AccountKeeperI is the interface contract that x/auth's keeper implements.