burnable-tech / elm-ethereum / Eth.Decode

address : Json.Decode.Decoder Eth.Types.Address

bigInt : Json.Decode.Decoder BigInt

block : Json.Decode.Decoder a -> Json.Decode.Decoder (Eth.Types.Block a)

blockHash : Json.Decode.Decoder Eth.Types.BlockHash

blockHead : Json.Decode.Decoder Eth.Types.BlockHead

hex : Json.Decode.Decoder Eth.Types.Hex

hexBool : Json.Decode.Decoder Basics.Bool

hexInt : Json.Decode.Decoder Basics.Int

hexTime : Json.Decode.Decoder Time.Posix

log : Json.Decode.Decoder Eth.Types.Log

event : Json.Decode.Decoder a -> Eth.Types.Log -> Eth.Types.Event (Result Json.Decode.Error a)

nonZero : Json.Decode.Decoder a -> Json.Decode.Decoder (Maybe a)

resultToDecoder : (String -> Result String a) -> Json.Decode.Decoder a

stringInt : Json.Decode.Decoder Basics.Int

syncStatus : Json.Decode.Decoder (Maybe Eth.Types.SyncStatus)

tx : Json.Decode.Decoder Eth.Types.Tx

txHash : Json.Decode.Decoder Eth.Types.TxHash

txReceipt : Json.Decode.Decoder Eth.Types.TxReceipt

uncle : Json.Decode.Decoder (Eth.Types.Block ())