pub trait SettingsDtoExtension {
    // Required method
    fn genesis_block_hash(&self) -> Hash;
}

Required Methods§

Implementations on Foreign Types§

source§

impl SettingsDtoExtension for SettingsDto

Implementors§