pub trait RemoveLastTimestamp: Config {
    type PalletPrefix: Get<&'static str>;
}

Required Associated Types§

source

type PalletPrefix: Get<&'static str>

Implementors§