From 02ce2cfcaabf2b07fad21dbacefe826fbe20c162 Mon Sep 17 00:00:00 2001 From: Seungheon Oh Date: Tue, 18 Oct 2022 21:54:34 -0500 Subject: [PATCH] expose `AgoraScriptInfo` --- agora/Agora/Linker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)