Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IAccountSafeDispatcherTrait

Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccountSafeDispatcherTrait

Part of the group: dispatchers

pub trait IAccountSafeDispatcherTrait<T>

Trait functions

owner

Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccountSafeDispatcherTrait::owner

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

token

Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccountSafeDispatcherTrait::token

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

state

Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccountSafeDispatcherTrait::state

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

supports_interface

Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccountSafeDispatcherTrait::supports_interface

fn supports_interface(self: T, interface_id: felt252) -> Result<bool, Array<felt252>>