StakeRegistrationConway constructor

const StakeRegistrationConway({
  1. required Credential stakeCredential,
  2. BigInt? coin,
})

Implementation

const StakeRegistrationConway({
  required this.stakeCredential,
  this.coin,
});