ADAGenesisParametersResponse constructor
ADAGenesisParametersResponse({})
Implementation
ADAGenesisParametersResponse({
required this.activeSlotsCoefficient,
required this.updateQuorum,
required this.maxLovelaceSupply,
required this.networkMagic,
required this.epochLength,
required this.systemStart,
required this.slotsPerKesPeriod,
required this.slotLength,
required this.maxKesEvolutions,
required this.securityParam,
});