StakeDelegation constructor
const
StakeDelegation({
- required StakeCred stakeCredential,
- 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});