format and fix Werror compile error
This commit is contained in:
parent
5f2d191ae7
commit
7466901875
4 changed files with 18 additions and 13 deletions
|
|
@ -20,7 +20,14 @@ import Agora.Aeson.Orphans ()
|
|||
import Data.Aeson qualified as Aeson
|
||||
import GHC.Generics qualified as GHC
|
||||
import Plutarch.Api.V1 (PMintingPolicy, PValidator, mintingPolicySymbol, mkMintingPolicy, mkValidator, validatorHash)
|
||||
import PlutusLedgerApi.V1 (BuiltinByteString, CurrencySymbol (unCurrencySymbol), MintingPolicy, Script, Validator, ValidatorHash, unMintingPolicyScript)
|
||||
import PlutusLedgerApi.V1 (
|
||||
BuiltinByteString,
|
||||
CurrencySymbol,
|
||||
MintingPolicy,
|
||||
Script,
|
||||
Validator,
|
||||
ValidatorHash,
|
||||
)
|
||||
|
||||
-- | Bundle containing a 'Script' and its hash.
|
||||
data ScriptInfo = ScriptInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue