Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CoinDenomRegExp = "^[a-z][a-z0-9]{2,9}$" CoinDenomValidator = regexp.MustCompile(CoinDenomRegExp) MaxCoinTitleLength = 64 MinCoinSupply = helpers.EtherToWei(sdkmath.NewInt(1)) MaxCoinSupply = helpers.EtherToWei(sdkmath.NewInt(1_000_000_000_000_000)) MinCoinReserve = helpers.EtherToWei(sdkmath.NewInt(1000)) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.