web3-0.6.0.0: Ethereum API for Haskell

CopyrightAlexander Krupenkin 2016
LicenseBSD3
Maintainermail@akru.me
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Network.Ethereum.Web3.JsonAbi

Description

Ethereum smart contract JSON ABI types.

Synopsis

Documentation

signature :: Declaration -> Text Source #

Take a signature by given decl, e.g. foo(uint,string)

methodId :: Declaration -> Text Source #

Generate method selector by given method Delcaration

eventId :: Declaration -> Text Source #

Generate event topic0 hash by givent event Delcaration