StakeDelegation constructor

const StakeDelegation({
  1. required StakeCred stakeCredential,
  2. required Ed25519PoolKeyHash poolKeyHash,
})

Constructs a StakeDelegation object with the specified stake credential and pool key hash.

Implementation

const StakeDelegation(
    {required this.stakeCredential, required this.poolKeyHash});