Trait frame_support::traits::OnGenesis[][src]

pub trait OnGenesis {
    fn on_genesis() { ... }
}
Expand description

A trait that will be called at genesis.

Implementing this trait for a pallet let’s you express operations that should happen at genesis. It will be called in an externalities provided environment and will see the genesis state after all pallets have written their genesis state.

Provided methods

Something that should happen at genesis.

Implementations on Foreign Types

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Something that should happen at genesis.

Implementors