Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.15 KB

GenesisContent.md

File metadata and controls

24 lines (19 loc) · 1.15 KB

blockfrost.model.GenesisContent

Load the model package

import 'package:blockfrost/api.dart';

Properties

Name Type Description Notes
activeSlotsCoefficient num The proportion of slots in which blocks should be issued
updateQuorum int Determines the quorum needed for votes on the protocol parameter updates
maxLovelaceSupply String The total number of lovelace in the system
networkMagic int Network identifier
epochLength int Number of slots in an epoch
systemStart int Time of slot 0 in UNIX time
slotsPerKesPeriod int Number of slots in an KES period
slotLength int Duration of one slot in seconds
maxKesEvolutions int The maximum number of time a KES key can be evolved before a pool operator must create a new operational certificate
securityParam int Security parameter k

[Back to Model list] [Back to API list] [Back to README]