cardano-node-8.8.1: The cardano full node
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Tracing.HasIssuer

Synopsis

Documentation

data BlockIssuerVerificationKeyHash Source #

Block issuer verification key hash.

Constructors

BlockIssuerVerificationKeyHash !ByteString

Serialized block issuer verification key hash.

NoBlockIssuer

There is no block issuer.

For example, this could be relevant for epoch boundary blocks (EBBs), genesis blocks, etc.

class HasIssuer blk where Source #

Get the block issuer verification key hash from a block header.

Methods

getIssuerVerificationKeyHash :: Header blk -> BlockIssuerVerificationKeyHash Source #

Given a block header, return the serialized block issuer verification key hash.