Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

OwnableTwoStepABISafeDispatcherTrait

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableTwoStepABISafeDispatcherTrait

Part of the group: dispatchers

pub trait OwnableTwoStepABISafeDispatcherTrait<T>

Trait functions

owner

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

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

pending_owner

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableTwoStepABISafeDispatcherTrait::pending_owner

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

accept_ownership

Fully qualified path: openzeppelin_interfaces::access::ownable::OwnableTwoStepABISafeDispatcherTrait::accept_ownership

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

transfer_ownership

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

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

renounce_ownership

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

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

pendingOwner

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

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

acceptOwnership

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

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

transferOwnership

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

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

renounceOwnership

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

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