Documentation ¶
Overview ¶
nolint:staticcheck
nolint:staticcheck
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
func NewMsgServerImpl(keeper crosschainkeeper.Keeper) types.MsgServer
func NewQueryServerImpl ¶
func NewQueryServerImpl(keeper crosschainkeeper.Keeper) types.QueryServer
Types ¶
type Migrator ¶
type Migrator struct {
// contains filtered or unexported fields
}
Migrator is a struct for handling in-place store migrations.
func NewMigrator ¶
func NewMigrator(cdc codec.BinaryCodec, legacyAmino *codec.LegacyAmino, paramsStoreKey sdk.StoreKey, gravityStoreKey sdk.StoreKey, ethStoreKey sdk.StoreKey, sk v2.StakingKeeper, ak v2.AccountKeeper, bk v2.BankKeeper, ) Migrator
NewMigrator returns a new Migrator.
Click to show internal directories.
Click to hide internal directories.