Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IRegistryDispatcherTrait

Fully qualified path: token_bound_accounts::interfaces::IRegistry::IRegistryDispatcherTrait

Part of the group: dispatchers

pub trait IRegistryDispatcherTrait<T>

Trait functions

create_account

Fully qualified path: token_bound_accounts::interfaces::IRegistry::IRegistryDispatcherTrait::create_account

fn create_account(
    self: T,
    implementation_hash: felt252,
    token_contract: ContractAddress,
    token_id: u256,
    salt: felt252,
    chain_id: felt252,
) -> ContractAddress

get_account

Fully qualified path: token_bound_accounts::interfaces::IRegistry::IRegistryDispatcherTrait::get_account

fn get_account(
    self: T,
    implementation_hash: felt252,
    token_contract: ContractAddress,
    token_id: u256,
    salt: felt252,
    chain_id: felt252,
) -> ContractAddress