Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IOwnableDispatcherTrait

Fully qualified path: openzeppelin_interfaces::access::ownable::IOwnableDispatcherTrait

Part of the group: dispatchers

pub trait IOwnableDispatcherTrait<T>

Trait functions

owner

Fully qualified path: openzeppelin_interfaces::access::ownable::IOwnableDispatcherTrait::owner

fn owner(self: T) -> ContractAddress

transfer_ownership

Fully qualified path: openzeppelin_interfaces::access::ownable::IOwnableDispatcherTrait::transfer_ownership

fn transfer_ownership(self: T, new_owner: ContractAddress)

renounce_ownership

Fully qualified path: openzeppelin_interfaces::access::ownable::IOwnableDispatcherTrait::renounce_ownership

fn renounce_ownership(self: T)