Module

Network.Ethereum.Web3.JsonRPC

Package
purescript-web3
Repository
f-o-a-m/purescript-web3

#Remote Source

class Remote eff a | a -> eff where

Class representing a builder for a Web3 query

Members

Instances

#_sendAsync Source

_sendAsync :: forall eff. Provider -> Request -> EffFnAff (eth :: ETH | eff) Foreign

#remote Source

remote :: forall eff a. Remote eff a => MethodName -> a

Execute the Web3 query constructed inductively by the builder