expose AgoraScriptInfo

This commit is contained in:
Seungheon Oh 2022-10-18 21:54:34 -05:00
parent 2853f43475
commit 02ce2cfcaa

View file

@ -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)