OperationalCert

scalus.cardano.ledger.OperationalCert
case class OperationalCert(hotVKey: ByteString, sequenceNumber: Long, kesPeriod: Long, sigma: ByteString)

Represents an operational certificate in Cardano

An operational certificate authorizes a node to create blocks

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product