menu
on_chain package
documentation
ada/src/provider/blockfrost/models/models/era_info.dart
EraParameters
EraParameters.new constructor
EraParameters.new constructor
dark_mode
light_mode
EraParameters
constructor
EraParameters
(
{
required
int
epochLength
,
required
int
slotLength
,
required
int
safeZone
,
})
Implementation
EraParameters({ required this.epochLength, required this.slotLength, required this.safeZone, });
on_chain package
documentation
ada/src/provider/blockfrost/models/models/era_info
EraParameters
EraParameters.new constructor
EraParameters class