Function currency_register

Source
#[no_mangle]
pub extern "C" fn currency_register(currency: Currency)
Expand description

Registers a currency in the global map for FFI.

ยงPanics

Panics if the internal mutex CURRENCY_MAP is poisoned when locking.