Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IEqualizer

Fully qualified path: opus::interfaces::equalizer::IEqualizer

pub trait IEqualizer<TContractState>

Trait functions

get_allocator

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

fn get_allocator(self: @TContractState) -> ContractAddress

set_allocator

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

fn set_allocator(ref self: TContractState, allocator: ContractAddress)

allocate

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

fn allocate(ref self: TContractState)

equalize

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

fn equalize(ref self: TContractState) -> Wad

normalize

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

fn normalize(ref self: TContractState, yin_amt: Wad) -> Wad