Moved Agora.Record to Plutarch.Extra.Record
Since `Agora.Record` provides a general utility for easy construction of Plutarch record types, they can be moved to `liqwid-plutarch-extra` to be used abroad.
This commit is contained in:
parent
340946495c
commit
312976a4ca
6 changed files with 10 additions and 119 deletions
|
|
@ -59,7 +59,6 @@ import Agora.Proposal.Scripts (
|
|||
proposalValidator,
|
||||
)
|
||||
import Agora.Proposal.Time (createProposalStartingTime)
|
||||
import Agora.Record
|
||||
import Agora.SafeMoney (GTTag)
|
||||
import Agora.Stake (
|
||||
PProposalLock (..),
|
||||
|
|
@ -91,6 +90,7 @@ import Agora.Utils (
|
|||
validatorHashToAddress,
|
||||
validatorHashToTokenName,
|
||||
)
|
||||
import Plutarch.Extra.Record
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue