EpochInfo - p2p-org/solana-swift GitHub Wiki
EpochInfo
public struct EpochInfo: Decodable
Inheritance
Decodable
Properties
absoluteSlot
public let absoluteSlot: UInt64
blockHeight
public let blockHeight: UInt64
epoch
public let epoch: UInt64
slotIndex
public let slotIndex: UInt64
slotsInEpoch
public let slotsInEpoch: UInt64