Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IEqualizerSafeDispatcherTrait

Fully qualified path: opus::interfaces::equalizer::IEqualizerSafeDispatcherTrait

Part of the group: dispatchers

pub trait IEqualizerSafeDispatcherTrait<T>

Trait functions

get_allocator

Fully qualified path: opus::interfaces::equalizer::IEqualizerSafeDispatcherTrait::get_allocator

fn get_allocator(self: T) -> Result<ContractAddress, Array<felt252>>

set_allocator

Fully qualified path: opus::interfaces::equalizer::IEqualizerSafeDispatcherTrait::set_allocator

fn set_allocator(self: T, allocator: ContractAddress) -> Result<(), Array<felt252>>

allocate

Fully qualified path: opus::interfaces::equalizer::IEqualizerSafeDispatcherTrait::allocate

fn allocate(self: T) -> Result<(), Array<felt252>>

equalize

Fully qualified path: opus::interfaces::equalizer::IEqualizerSafeDispatcherTrait::equalize

fn equalize(self: T) -> Result<Wad, Array<felt252>>

normalize

Fully qualified path: opus::interfaces::equalizer::IEqualizerSafeDispatcherTrait::normalize

fn normalize(self: T, yin_amt: Wad) -> Result<Wad, Array<felt252>>