DRepRegistration constructor

const DRepRegistration({
  1. required Credential votingCredential,
  2. required BigInt coin,
  3. Anchor? anchor,
})

Implementation

const DRepRegistration(
    {required this.votingCredential, required this.coin, this.anchor});