ADAGenesisParametersResponse class

Constructors

ADAGenesisParametersResponse({required double activeSlotsCoefficient, required int updateQuorum, required String maxLovelaceSupply, required int networkMagic, required int epochLength, required int systemStart, required int slotsPerKesPeriod, required int slotLength, required int maxKesEvolutions, required int securityParam})
ADAGenesisParametersResponse.fromJson(Map<String, dynamic> json)
factory

Properties

activeSlotsCoefficient double
The proportion of slots in which blocks should be issued
final
epochLength int
Number of slots in an epoch
final
hashCode int
The hash code for this object.
no setterinherited
maxKesEvolutions int
The maximum number of time a KES key can be evolved before a pool operator must create a new operational certificate
final
maxLovelaceSupply String
The total number of lovelace in the system
final
networkMagic int
Network identifier
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityParam int
Security parameter k
final
slotLength int
Duration of one slot in seconds
final
slotsPerKesPeriod int
Number of slots in an KES period
final
systemStart int
Time of slot 0 in UNIX time
final
updateQuorum int
Determines the quorum needed for votes on the protocol parameter updates
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited