EpochSchedule - p2p-org/solana-swift GitHub Wiki

EpochSchedule

public struct EpochSchedule: Decodable 

Inheritance

Decodable

Properties

slotsPerEpoch

public let slotsPerEpoch: UInt64

leaderScheduleSlotOffset

public let leaderScheduleSlotOffset: UInt64

warmup

public let warmup: Bool

firstNormalEpoch

public let firstNormalEpoch: UInt64

firstNormalSlot

public let firstNormalSlot: UInt64