fxfactorial / ethereum-re

Access the ethereum network with pure ReasonML, use with native code or with type safe JavaScript
20 stars 1 forks source link

Factor out a Client API #3

Closed fxfactorial closed 4 years ago

fxfactorial commented 6 years ago

something probably like in types and with:

type promise(+'a)

and then native can provide Lwt.t('a) and bs can give Js.Promise.t('a)