remove unused UnsafeFromData instances
This commit is contained in:
parent
acc59315e7
commit
e5c44edd90
2 changed files with 0 additions and 8 deletions
|
|
@ -116,8 +116,6 @@ newtype ProposalId = ProposalId {proposalTag :: Integer}
|
||||||
PlutusTx.ToData
|
PlutusTx.ToData
|
||||||
, -- | @since 0.1.0
|
, -- | @since 0.1.0
|
||||||
PlutusTx.FromData
|
PlutusTx.FromData
|
||||||
, -- | @since 0.1.0
|
|
||||||
PlutusTx.UnsafeFromData
|
|
||||||
)
|
)
|
||||||
|
|
||||||
{- | Encodes a result. Typically, for a Yes/No proposal, we encode it like this:
|
{- | Encodes a result. Typically, for a Yes/No proposal, we encode it like this:
|
||||||
|
|
@ -212,8 +210,6 @@ data ProposalStatus
|
||||||
PlutusTx.FromData
|
PlutusTx.FromData
|
||||||
, -- | @since 0.1.0
|
, -- | @since 0.1.0
|
||||||
PlutusTx.ToData
|
PlutusTx.ToData
|
||||||
, -- | @since 0.1.0
|
|
||||||
PlutusTx.UnsafeFromData
|
|
||||||
)
|
)
|
||||||
via (EnumIsData ProposalStatus)
|
via (EnumIsData ProposalStatus)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -90,8 +90,6 @@ newtype ProposalStartingTime = ProposalStartingTime
|
||||||
PlutusTx.ToData
|
PlutusTx.ToData
|
||||||
, -- | @since 0.1.0
|
, -- | @since 0.1.0
|
||||||
PlutusTx.FromData
|
PlutusTx.FromData
|
||||||
, -- | @since 0.1.0
|
|
||||||
PlutusTx.UnsafeFromData
|
|
||||||
)
|
)
|
||||||
|
|
||||||
-- | Represents the maximum width of a 'PlutusLedgerApi.V1.Time.POSIXTimeRange'.
|
-- | Represents the maximum width of a 'PlutusLedgerApi.V1.Time.POSIXTimeRange'.
|
||||||
|
|
@ -111,8 +109,6 @@ newtype MaxTimeRangeWidth = MaxTimeRangeWidth {getMaxWidth :: POSIXTime}
|
||||||
PlutusTx.ToData
|
PlutusTx.ToData
|
||||||
, -- | @since 0.1.0
|
, -- | @since 0.1.0
|
||||||
PlutusTx.FromData
|
PlutusTx.FromData
|
||||||
, -- | @since 0.1.0
|
|
||||||
PlutusTx.UnsafeFromData
|
|
||||||
, -- | @since 1.0.0
|
, -- | @since 1.0.0
|
||||||
Num
|
Num
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue