IRegistrySafeDispatcherTrait
Fully qualified path: token_bound_accounts::interfaces::IRegistry::IRegistrySafeDispatcherTrait
Part of the group: dispatchers
pub trait IRegistrySafeDispatcherTrait<T>
Trait functions
create_account
Fully qualified path: token_bound_accounts::interfaces::IRegistry::IRegistrySafeDispatcherTrait::create_account
fn create_account(
self: T,
implementation_hash: felt252,
token_contract: ContractAddress,
token_id: u256,
salt: felt252,
chain_id: felt252,
) -> Result<ContractAddress, Array<felt252>>
get_account
Fully qualified path: token_bound_accounts::interfaces::IRegistry::IRegistrySafeDispatcherTrait::get_account
fn get_account(
self: T,
implementation_hash: felt252,
token_contract: ContractAddress,
token_id: u256,
salt: felt252,
chain_id: felt252,
) -> Result<ContractAddress, Array<felt252>>