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