HasAnnotation Bool Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation Integer Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation Natural Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation () Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation ByteString Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation Address Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation EpAddress Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation KeyHash Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation MText Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation Mutez Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation Operation Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation PublicKey Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation Signature Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation Timestamp Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation Empty Source # | |
Instance detailsDefined in Lorentz.Empty |
HasAnnotation a => HasAnnotation [a] Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation a => HasAnnotation (Maybe a) Source # | |
Instance detailsDefined in Lorentz.Annotation |
KnownIsoT v => HasAnnotation (Set v) Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation a => HasAnnotation (ContractRef a) Source # | |
Instance detailsDefined in Lorentz.Annotation |
HasAnnotation (FutureContract a) Source # | |
Instance detailsDefined in Lorentz.Address |
HasAnnotation (UStore a) Source # | |
Instance detailsDefined in Lorentz.UStore.Types |
HasAnnotation (UParam entries) Source # | |
Instance detailsDefined in Lorentz.UParam |
(HasAnnotation a, HasAnnotation b) => HasAnnotation (a, b) Source # | |
Instance detailsDefined in Lorentz.Annotation |
(HasAnnotation k, HasAnnotation v) => HasAnnotation (Map k v) Source # | |
Instance detailsDefined in Lorentz.Annotation |
(HasAnnotation k, HasAnnotation v) => HasAnnotation (BigMap k v) Source # | |
Instance detailsDefined in Lorentz.Annotation |
(HasAnnotation (ZippedStack i), HasAnnotation (ZippedStack o)) => HasAnnotation (i :-> o) Source # | |
Instance detailsDefined in Lorentz.Zip |
HasAnnotation (TAddress p) Source # | |
Instance detailsDefined in Lorentz.Address |
HasAnnotation (MigrationScript oldStore newStore) Source # | |
Instance detailsDefined in Lorentz.UStore.Migration.Base |
(HasAnnotation a, HasAnnotation b) => HasAnnotation (Void_ a b) Source # | |
Instance detailsDefined in Lorentz.Macro |
(HasAnnotation a, HasAnnotation r) => HasAnnotation (View a r) Source # | |
Instance detailsDefined in Lorentz.Macro |
HasAnnotation (Extensible x) Source # | |
Instance detailsDefined in Lorentz.Extensible |
(HasAnnotation a, HasAnnotation b, HasAnnotation c) => HasAnnotation (a, b, c) Source # | |
Instance detailsDefined in Lorentz.Annotation |
(HasAnnotation (Maybe a), KnownSymbol name) => HasAnnotation (NamedF Maybe a name) Source # | |
Instance detailsDefined in Lorentz.Annotation |
(HasAnnotation a, KnownSymbol name) => HasAnnotation (NamedF Identity a name) Source # | |
Instance detailsDefined in Lorentz.Annotation |
(HasAnnotation a, HasAnnotation b, HasAnnotation c, HasAnnotation d) => HasAnnotation (a, b, c, d) Source # | |
Instance detailsDefined in Lorentz.Annotation |
(HasAnnotation a, HasAnnotation b, HasAnnotation c, HasAnnotation d, HasAnnotation e) => HasAnnotation (a, b, c, d, e) Source # | |
Instance detailsDefined in Lorentz.Annotation |
(HasAnnotation a, HasAnnotation b, HasAnnotation c, HasAnnotation d, HasAnnotation e, HasAnnotation f) => HasAnnotation (a, b, c, d, e, f) Source # | |
Instance detailsDefined in Lorentz.Annotation |
(HasAnnotation a, HasAnnotation b, HasAnnotation c, HasAnnotation d, HasAnnotation e, HasAnnotation f, HasAnnotation g) => HasAnnotation (a, b, c, d, e, f, g) Source # | |
Instance detailsDefined in Lorentz.Annotation |