cardano::shelley::PoolRetirement struct

A pool retirement certificate.

CDDL description:

pool_retirement = (4, pool_keyhash, epoch)

Public static functions

static auto TypeTag() →  Uint constexpr
The cerificate type CBOR tag.

Public variables

PoolKeyHash pool_keyhash
Blake2b_224 hash of the stake pool verification key.
Epoch epoch
The epoch when the pool will be retired.