Trait oasis_runtime_sdk::module::MigrationHandler
source · pub trait MigrationHandler {
type Genesis;
// Provided method
fn init_or_migrate<C: Context>(
_ctx: &C,
_meta: &mut Metadata,
_genesis: Self::Genesis,
) -> bool { ... }
}
Expand description
Migration handler.
Required Associated Types§
Provided Methods§
Object Safety§
This trait is not object safe.