IAccount
Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccount
pub trait IAccount<TContractState>
Trait functions
owner
Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccount::owner
fn owner(self: @TContractState) -> ContractAddress
token
Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccount::token
fn token(self: @TContractState) -> (ContractAddress, u256, felt252)
state
Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccount::state
fn state(self: @TContractState) -> u256
supports_interface
Fully qualified path: token_bound_accounts::interfaces::IAccount::IAccount::supports_interface
fn supports_interface(self: @TContractState, interface_id: felt252) -> bool