Trait abstract_sdk::features::ModuleIdentification

source ·
pub trait ModuleIdentification: Sized {
    // Required method
    fn module_id(&self) -> ModuleId<'static>;
}
Expand description

Return the identifier for this module.

Required Methods§

source

fn module_id(&self) -> ModuleId<'static>

Get the module identifier.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ModuleIdentification for AccountBase

source§

fn module_id(&self) -> &'static str

Any actions executed by the core will be by the proxy address

Implementors§