IAccountDispatcherTrait
Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccountDispatcherTrait
Part of the group: dispatchers
pub trait IAccountDispatcherTrait<T>
Trait functions
owner
Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccountDispatcherTrait::owner
fn owner(self: T) -> ContractAddress
token
Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccountDispatcherTrait::token
fn token(self: T) -> (ContractAddress, u256, felt252)
state
Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccountDispatcherTrait::state
fn state(self: T) -> u256
supports_interface
Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccountDispatcherTrait::supports_interface
fn supports_interface(self: T, interface_id: felt252) -> bool