SubstrateCoinConf constructor
Constructor for creating a SubstrateCoinConf instance.
It initializes the Substrate cryptocurrency's coin names and symbols coinNames
and the SS58 address format identifier ss58Format
.
Implementation
SubstrateCoinConf({required this.coinNames, required this.ss58Format});