PoolRetirement constructor

const PoolRetirement({
  1. required int epoch,
  2. required Ed25519KeyHash poolKeyHash,
})

Constructs a PoolRetirement object with the specified epoch and pool key hash.

Implementation

const PoolRetirement({required this.epoch, required this.poolKeyHash});