IPausableSafeDispatcherTrait
Fully qualified path: openzeppelin_interfaces::security::pausable::IPausableSafeDispatcherTrait
Part of the group: dispatchers
pub trait IPausableSafeDispatcherTrait<T>
Trait functions
is_paused
Fully qualified path: openzeppelin_interfaces::security::pausable::IPausableSafeDispatcherTrait::is_paused
fn is_paused(self: T) -> Result<bool, Array<felt252>>