-
Hey all, Looking to use this repo as it has nice nice token library that supports multiple assets. I have some questions that are probably easy to answer, and some likely obvious, but thought I'd ask.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
Use
orml_traits::MultiCurrency
if you want to deal with multiple currency. It also supports deposit / withdraw which is basically mint / burn. They are not exposed as extrinsic but you can call them in your pallet.