RIZON Blockchain
Search…
RIZON Blockchain
Introduce RIZON Blockchain
Getting Started
Install RIZON Blockchain
Deploy own network
Guide
Validator Guide
Interact Node
Migrations
Module
tokenswap
treasury
Resource
CLI
general
tokenswap
treasury
FAQ
GitHub
Powered By
GitBook
treasury
Query
currencies
Query all supported currency's denoms
$ rizond query treasury currencies
[
flags
]
currency
Query an information of single currency
$ rizond query treasury currency
[
denom
]
[
flags
]
params
Query the current parameters of treasury
$ rizond query treasury params
[
flags
]
Transaction
burn
Create a tx of burn coin request
$ rizond tx treasury burn
[
amount
]
--from
[
address
]
[
flags
]
sample
$ rizond tx treasury burn 100susd --from susd_owner --chain-id adora
mint
Create a tx of mint coin request
$ rizond tx treasury mint
[
amount
]
[
receiver-address
]
--from
[
address
]
[
flags
]
sample
$ rizond tx treasury mint 100skrw rizon136fzkc73rm5def5fngs386qdlxcuvxvrte8lk7 --from skrw_owner --chain-id adora
Previous
tokenswap
Next - Resource
FAQ
Last modified
1yr ago
Copy link
Outline
Query
currencies
currency
params
Transaction
burn
mint