Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IAccountV3

Fully qualified path: token_bound_accounts::interfaces::IAccountV3::IAccountV3

pub trait IAccountV3<TContractState>

Trait functions

on_erc721_received

Fully qualified path: token_bound_accounts::interfaces::IAccountV3::IAccountV3::on_erc721_received

fn on_erc721_received(
    self: @TContractState,
    operator: ContractAddress,
    from: ContractAddress,
    token_id: u256,
    data: Span<felt252>,
) -> felt252

onERC721Received

Fully qualified path: token_bound_accounts::interfaces::IAccountV3::IAccountV3::onERC721Received

fn onERC721Received(
    self: @TContractState,
    operator: ContractAddress,
    from: ContractAddress,
    token_id: u256,
    data: Span<felt252>,
) -> felt252

context

Fully qualified path: token_bound_accounts::interfaces::IAccountV3::IAccountV3::context

fn context(self: @TContractState) -> (ContractAddress, felt252, felt252)