ConfigSettings Members
The ConfigSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
EnableBurn |
If you enable this, addresses will be able to burn tokens.
DEFAULT: false
|
![]() |
EnableDeposit |
If you enable this, you will be able to convert from SCRT to the token.
DEFAULT: false
|
![]() |
EnableMint |
If you enable this, any address in the list of minters will be able to mint new tokens.
The admin address is the default minter, but can use the set/add/remove_minters functions to change the list of approved minting addresses.
DEFAULT: false
|
![]() |
EnableRedeem |
If you enable this, you will be able to redeem your token for SCRT.
It should be noted that if you have redeem enabled, but deposit disabled, all redeem attempts will fail unless someone has sent SCRT to the token contract.
DEFAULT: false
|
![]() |
PublicTotalSupply |
If you enable this, the token's total supply will be displayed whenever a TokenInfo query is performed.
DEFAULT: false
|