Core
module Ledger.Conway.Foreign.HSLedger.Gov.Core where
open import Ledger.Conway.Foreign.HSLedger.Address
open import Ledger.Conway.Foreign.HSLedger.BaseTypes
open import Ledger.Conway.Gov.Actions govStructure using (Vote)
instance
HsTy-GovRole = autoHsType GovRole
Conv-GovRole = autoConvert GovRole
HsTy-Anchor = autoHsType Anchor
Conv-Anchor = autoConvert Anchor
HsTy-VDeleg = autoHsType VDeleg
Conv-VDeleg = autoConvert VDeleg
HsTy-Vote = autoHsType Vote
Conv-Vote = autoConvert Vote
HsTy-GovVote = autoHsType GovVote
Conv-GovVote = autoConvert GovVote