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
pub type MigrateMsg<T = Empty> = MigrateMsg<BaseMigrateMsg, T>;
pub struct MigrateMsg<T = Empty> {
pub base: BaseMigrateMsg,
pub app: T,
}
base: BaseMigrateMsg
base migrate information
app: T
custom migrate msg