Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IPermissionableDispatcherTrait

Fully qualified path: token_bound_accounts::interfaces::IPermissionable::IPermissionableDispatcherTrait

Part of the group: dispatchers

pub trait IPermissionableDispatcherTrait<T>

Trait functions

set_permission

Fully qualified path: token_bound_accounts::interfaces::IPermissionable::IPermissionableDispatcherTrait::set_permission

fn set_permission(self: T, permissioned_addresses: Array<ContractAddress>, permissions: Array<bool>)

has_permission

Fully qualified path: token_bound_accounts::interfaces::IPermissionable::IPermissionableDispatcherTrait::has_permission

fn has_permission(self: T, owner: ContractAddress, permissioned_address: ContractAddress) -> bool