IAccountV3DispatcherTrait
Fully qualified path: token_bound_accounts::interfaces::IAccountV3::IAccountV3DispatcherTrait
Part of the group: dispatchers
pub trait IAccountV3DispatcherTrait<T>
Trait functions
on_erc721_received
Fully qualified path: token_bound_accounts::interfaces::IAccountV3::IAccountV3DispatcherTrait::on_erc721_received
fn on_erc721_received(
self: T, operator: ContractAddress, from: ContractAddress, token_id: u256, data: Span<felt252>,
) -> felt252
onERC721Received
Fully qualified path: token_bound_accounts::interfaces::IAccountV3::IAccountV3DispatcherTrait::onERC721Received
fn onERC721Received(
self: T, operator: ContractAddress, from: ContractAddress, token_id: u256, data: Span<felt252>,
) -> felt252
context
Fully qualified path: token_bound_accounts::interfaces::IAccountV3::IAccountV3DispatcherTrait::context
fn context(self: T) -> (ContractAddress, felt252, felt252)