| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Plutus.Trace.Tag
Documentation
A human-readable piece of data, used to identify threads and contract instances. See note [Thread Tag]
Instances
| Eq Tag Source # | |
| Ord Tag Source # | |
| Show Tag Source # | |
| IsString Tag Source # | |
Defined in Plutus.Trace.Tag Methods fromString :: String -> Tag Source # | |
| Generic Tag Source # | |
| FromJSON Tag Source # | |
Defined in Plutus.Trace.Tag | |
| ToJSON Tag Source # | |
Defined in Plutus.Trace.Tag | |
| Pretty Tag Source # | |
Defined in Plutus.Trace.Tag | |
| type Rep Tag Source # | |
Defined in Plutus.Trace.Tag | |