Skip to content

Commit 999b7de

Browse files
committed
Refactor abi encoding
1 parent e679669 commit 999b7de

File tree

5 files changed

+627
-598
lines changed

5 files changed

+627
-598
lines changed

src/Eth/Abi/Decode.elm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module Eth.Abi.Decode exposing
44
, staticArray, dynamicArray
55
, abiDecode, andMap, toElmDecoder, fromString
66
, topic, data
7+
, struct
78
)
89

910
{-| Decode RPC Responses

0 commit comments

Comments
 (0)