sigmastate.eval.CPreHeader.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sigma-state_2.12 Show documentation
Show all versions of sigma-state_2.12 Show documentation
Interpreter of a Sigma-State language
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