web3-0.8.3.2: Ethereum API for Haskell

CopyrightAlexander Krupenkin 2018
LicenseBSD3
Maintainermail@akru.me
Stabilityexperimental
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

Network.Ethereum.Account.Safe

Description

Safe sending of Ethereum transaction.

Synopsis

Documentation

safeSend Source #

Arguments

:: (Account p t, JsonRpc m, Method args, Monad (t m)) 
=> Integer

Confirmation in blocks

-> args

Contract method arguments

-> t m TxReceipt

Receipt of sended transaction

Safe version of send function of Account typeclass Waiting for some blocks of transaction confirmation before return

safeConfirmations :: Integer Source #

Count block confirmation to keep secure According to Vitalik post https://blog.ethereum.org/2015/09/14/on-slow-and-fast-block-times/