cmditch / elm-ethereum

dApps in Elm
https://package.elm-lang.org/packages/cmditch/elm-ethereum/1.0.1/
BSD 3-Clause "New" or "Revised" License
146 stars 21 forks source link

Handling null queries on the chain #30

Closed cmditch closed 6 years ago

cmditch commented 7 years ago

e.g., web3.eth.getBlockUncleCount(100000003, callback) == null

Should we return a Maybe or should this be an Err for the task's Result.