diff --git a/agora/Agora/Linker.hs b/agora/Agora/Linker.hs index bc3e7c3..dc921e6 100644 --- a/agora/Agora/Linker.hs +++ b/agora/Agora/Linker.hs @@ -1,6 +1,6 @@ {-# OPTIONS_GHC -Wno-unticked-promoted-constructors #-} -module Agora.Linker (linker) where +module Agora.Linker (linker, AgoraScriptInfo (..)) where import Agora.Governor (Governor (gstOutRef, gtClassRef, maximumCosigners)) import Agora.Utils (validatorHashToAddress, validatorHashToTokenName)