TzKTCycle

public struct TzKTCycle : Codable

The blockchain is broken down into cycles that last 2.7 days. Baker payment logic resolves around cycles instead of blocks

  • Declaration

    Swift

    public let index: Int
  • Declaration

    Swift

    public let startTime: String
  • Declaration

    Swift

    public let firstLevel: Decimal
  • Declaration

    Swift

    public let endTime: String
  • Declaration

    Swift

    public let lastLevel: Decimal
  • Declaration

    Swift

    public var stateDate: Date? { get }
  • Declaration

    Swift

    public var endDate: Date? { get }