Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IOwnableCamelOnlySafeDispatcherTrait

Fully qualified path: openzeppelin_interfaces::access::ownable::IOwnableCamelOnlySafeDispatcherTrait

Part of the group: dispatchers

pub trait IOwnableCamelOnlySafeDispatcherTrait<T>

Trait functions

transferOwnership

Fully qualified path: openzeppelin_interfaces::access::ownable::IOwnableCamelOnlySafeDispatcherTrait::transferOwnership

fn transferOwnership(self: T, newOwner: ContractAddress) -> Result<(), Array<felt252>>

renounceOwnership

Fully qualified path: openzeppelin_interfaces::access::ownable::IOwnableCamelOnlySafeDispatcherTrait::renounceOwnership

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