SubstrateCoinConf constructor

SubstrateCoinConf({
  1. required CoinNames coinNames,
  2. required int ss58Format,
})

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});