All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sigmastate.eval.CPreHeader.scala Maven / Gradle / Ivy

The newest version!
package sigmastate.eval

import sigma.{Coll, GroupElement, PreHeader}

/** A default implementation of [[PreHeader]] interface.
  *
  * @see [[PreHeader]] for detailed descriptions
  */
case class CPreHeader(
    version: Byte,
    parentId: Coll[Byte],
    timestamp: Long,
    nBits: Long,
    height: Int,
    minerPk: GroupElement,
    votes: Coll[Byte]
) extends PreHeader




© 2015 - 2025 Weber Informatics LLC | Privacy Policy