Versions in this module Expand all Collapse all v0 v0.2.0 May 11, 2026 Changes in this version + type EpochSchedule struct + FirstNormalEpoch uint64 + FirstNormalSlot uint64 + LeaderScheduleSlotOffset uint64 + SlotPerEpoch uint64 + Warmup bool + type FeeParams struct + BurnPercent uint8 + MaxLamportsPerSig uint64 + MinLamportsPerSig uint64 + TargetLamportsPerSig uint64 + TargetSigsPerSlot uint64 + type InflationParams struct + Foundation float64 + FoundationTerm float64 + Initial float64 + Padding00 [8]byte + Taper float64 + Terminal float64 + type PohParams struct + HasHashesPerTick bool + HasTickCount bool + HashesPerTick uint64 + TickCount uint64 + TickDuration time.Duration + func (a *PohParams) MarshalWithDecoder(encoder *bin.Encoder) (err error) + func (a *PohParams) UnmarshalWithDecoder(decoder *bin.Decoder) (err error) + type RentParams struct + BurnPercent uint8 + ExemptionThreshold float64 + LamportsPerByteYear uint64 v0.1.0-alpha.1 Jan 15, 2026