web3-0.8.2.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 Source #

Event callback control response

Constructors

ContinueEvent

Continue to listen events

TerminateEvent

Terminate event listener

mkBlockNumber :: DefaultBlock -> Web3 Quantity Source #

Coerce a DefaultBlock into a numerical block number.