Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ITransmuterRegistry

Fully qualified path: opus::interfaces::transmuter::ITransmuterRegistry

pub trait ITransmuterRegistry<TContractState>

Trait functions

get_transmuters

Fully qualified path: opus::interfaces::transmuter::ITransmuterRegistry::get_transmuters

fn get_transmuters(self: @TContractState) -> Span<ContractAddress>

add_transmuter

Fully qualified path: opus::interfaces::transmuter::ITransmuterRegistry::add_transmuter

fn add_transmuter(ref self: TContractState, transmuter: ContractAddress)

remove_transmuter

Fully qualified path: opus::interfaces::transmuter::ITransmuterRegistry::remove_transmuter

fn remove_transmuter(ref self: TContractState, transmuter: ContractAddress)