Documentation
¶
Overview ¶
Package ethereum contains implementation of ethereum chain interface.
Index ¶
Constants ¶
View Source
const ( BondedECDSAKeepFactoryContractName = "BondedECDSAKeepFactory" TBTCSystemContractName = "TBTCSystem" )
Definitions of contract names.
Variables ¶
View Source
var ( // DefaultMiningCheckInterval is the default interval in which transaction // mining status is checked. If the transaction is not mined within this // time, the gas price is increased and transaction is resubmitted. // This value can be overwritten in the configuration file. DefaultMiningCheckInterval = 60 * time.Second // DefaultMaxGasPrice specifies the default maximum gas price the client is // willing to pay for the transaction to be mined. The offered transaction // gas price can not be higher than the max gas price value. If the maximum // allowed gas price is reached, no further resubmission attempts are // performed. This value can be overwritten in the configuration file. DefaultMaxGasPrice = big.NewInt(1000000000000) // 1000 Gwei )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.