ITransmuterRegistrySafeDispatcherTrait
Fully qualified path: opus::interfaces::transmuter::ITransmuterRegistrySafeDispatcherTrait
Part of the group: dispatchers
pub trait ITransmuterRegistrySafeDispatcherTrait<T>
Trait functions
get_transmuters
Fully qualified path: opus::interfaces::transmuter::ITransmuterRegistrySafeDispatcherTrait::get_transmuters
fn get_transmuters(self: T) -> Result<Span<ContractAddress>, Array<felt252>>
add_transmuter
Fully qualified path: opus::interfaces::transmuter::ITransmuterRegistrySafeDispatcherTrait::add_transmuter
fn add_transmuter(self: T, transmuter: ContractAddress) -> Result<(), Array<felt252>>
remove_transmuter
Fully qualified path: opus::interfaces::transmuter::ITransmuterRegistrySafeDispatcherTrait::remove_transmuter
fn remove_transmuter(self: T, transmuter: ContractAddress) -> Result<(), Array<felt252>>