Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IOwnableTwoStepCamelOnlySafeDispatcherTrait

Fully qualified path: openzeppelin_interfaces::access::ownable::IOwnableTwoStepCamelOnlySafeDispatcherTrait

Part of the group: dispatchers

pub trait IOwnableTwoStepCamelOnlySafeDispatcherTrait<T>

Trait functions

pendingOwner

Fully qualified path: openzeppelin_interfaces::access::ownable::IOwnableTwoStepCamelOnlySafeDispatcherTrait::pendingOwner

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

acceptOwnership

Fully qualified path: openzeppelin_interfaces::access::ownable::IOwnableTwoStepCamelOnlySafeDispatcherTrait::acceptOwnership

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

transferOwnership

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

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

renounceOwnership

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

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