DRepUpdate constructor

const DRepUpdate({
  1. required Credential votingCredential,
  2. Anchor? anchor,
})

Implementation

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