PoolRetirement constructor
const
PoolRetirement({
- required int epoch,
- required Ed25519KeyHash poolKeyHash,
Constructs a PoolRetirement object with the specified epoch and pool key hash.
Implementation
const PoolRetirement({required this.epoch, required this.poolKeyHash});