BlockfrostRequestSpecificBlockInASlotInAnEpoch constructor

BlockfrostRequestSpecificBlockInASlotInAnEpoch({
  1. required int epochNumber,
  2. required int slotNumber,
})

Implementation

BlockfrostRequestSpecificBlockInASlotInAnEpoch(
    {required this.epochNumber, required this.slotNumber});