Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IInitializableSafeDispatcherTrait

Fully qualified path: openzeppelin_interfaces::security::initializable::IInitializableSafeDispatcherTrait

Part of the group: dispatchers

pub trait IInitializableSafeDispatcherTrait<T>

Trait functions

is_initialized

Fully qualified path: openzeppelin_interfaces::security::initializable::IInitializableSafeDispatcherTrait::is_initialized

fn is_initialized(self: T) -> Result<bool, Array<felt252>>