MigrateMsg

Type Alias MigrateMsg 

Source
pub type MigrateMsg<T = Empty> = MigrateMsg<BaseMigrateMsg, T>;

Aliased Type§

pub struct MigrateMsg<T = Empty> {
    pub base: BaseMigrateMsg,
    pub app: T,
}

Fields§

§base: BaseMigrateMsg

base migrate information

§app: T

custom migrate msg