|
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.
|
Replies: 1 comment
|
Use |
|
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.
|
|
Use |
Use
orml_traits::MultiCurrencyif 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.