web3-ethereum-1.0.0.0: Ethereum support for Haskell Web3 library.
CopyrightAleksandr Krupenkin 2016-2021
LicenseApache-2.0
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/