StakeRegistrationConway constructor
const
StakeRegistrationConway({
- required Credential stakeCredential,
- BigInt? coin,
Implementation
const StakeRegistrationConway({
required this.stakeCredential,
this.coin,
});