export enum AutomatedVotingOptionCurrentDelegation {
  drep_always_abstain = 'drep_always_abstain',
  drep_always_no_confidence = 'drep_always_no_confidence',
}

export enum AutomatedVotingOptionDelegationId {
  abstain = 'abstain',
  no_confidence = 'no_confidence',
}
