| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Morley.Micheline.Json
Description
Module that defines helper types and functions that are related to Micheline.
Documentation
newtype StringEncode a Source #
Constructors
| StringEncode | |
Fields
| |
Instances
type TezosBigNum = StringEncode Integer Source #
type TezosInt64 = StringEncode Int64 Source #
newtype TezosMutez Source #
Constructors
| TezosMutez | |
Fields | |
Instances
| Show TezosMutez Source # | |
Defined in Morley.Micheline.Json Methods showsPrec :: Int -> TezosMutez -> ShowS # show :: TezosMutez -> String # showList :: [TezosMutez] -> ShowS # | |
| FromJSON TezosMutez Source # | |
Defined in Morley.Micheline.Json | |