ChainParams constructor
const
ChainParams({})
Implementation
const ChainParams({
required this.chain,
required this.chainName,
required this.ticker,
required this.identifier,
required this.bip44CoinType,
required this.supportedAddrTypes,
this.supportsSegwit = true,
this.supportsTaproot = true,
this.supportsMweb = false,
this.usesForkId = false,
});