burnable-tech / elm-ethereum / Eth.Encode

address : Eth.Types.Address -> Json.Encode.Value

bigInt : BigInt -> Json.Encode.Value

blockHash : Eth.Types.BlockHash -> Json.Encode.Value

blockId : Eth.Types.BlockId -> Json.Encode.Value

hex : Eth.Types.Hex -> Json.Encode.Value

hexInt : Basics.Int -> Json.Encode.Value

listOfMaybesToVal : List ( String, Maybe Json.Encode.Value ) -> Json.Encode.Value

logFilter : Eth.Types.LogFilter -> Json.Encode.Value

topicsList : List (Maybe Eth.Types.Hex) -> Json.Encode.Value

txCall : Eth.Types.Call a -> Json.Encode.Value

txHash : Eth.Types.TxHash -> Json.Encode.Value