UNPKG

@intersect.mbo/govtool-delegation-pillar

Version:
10 lines (8 loc) 270 B
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', }