web3-0.8.3.1: Ethereum API for Haskell

CopyrightFOAM team <http://foam.space> 2018
LicenseBSD3
Maintainermail@akru.me
Stabilityexperimental
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

Network.Ethereum.Contract.Event.Common

Description

Common event manipulation functions.

Synopsis

Documentation

data EventAction #

Event callback control response

Constructors

ContinueEvent

Continue to listen events

TerminateEvent

Terminate event listener

mkBlockNumber :: DefaultBlock -> Web3 Quantity #

Coerce a DefaultBlock into a numerical block number.