Merge branch 'master' into emiflake/safe-money

This commit is contained in:
Emily Martins 2022-02-14 23:28:20 +01:00
commit 18aa249792
25 changed files with 812 additions and 186 deletions

View file

@ -28,7 +28,7 @@ import Agora.SafeMoney
said transaction. Said validator should be made aware of
_this_ token's existence in order to prevent incorrect minting.
-}
data AuthorityToken = AuthorityToken
newtype AuthorityToken = AuthorityToken
{ -- | Token that must move in order for minting this to be valid.
authority :: AssetClass
}