Versions in this module Expand all Collapse all v1 v1.0.6 Jun 12, 2023 Changes in this version + var MaxGasPrice = big.NewInt(500 * params.GWei) type GasHelper + func (h *GasHelper) GetBalance(addr common.Address) (*big.Int, error) type SimpleExecutor + func (exe *SimpleExecutor) PromoteTransaction() + func (exe *SimpleExecutor) SignHash(hash []byte) ([]byte, error) v1.0.5 May 22, 2020 Changes in this version + type CallArgs struct + Data hexutil.Bytes + From common.Address + Gas hexutil.Uint64 + GasPrice hexutil.Big + To *common.Address + Value hexutil.Big + type GasHelper struct + func NewGasHelper(blockchain *core.BlockChain, chain cross.SimpleChain) *GasHelper + type SimpleExecutor struct + func NewSimpleExecutor(chain cross.SimpleChain, anchor common.Address, contract common.Address, ...) (*SimpleExecutor, error) + func (exe *SimpleExecutor) Start() + func (exe *SimpleExecutor) Stop() + func (exe *SimpleExecutor) SubmitTransaction(rtxs []*cc.ReceptTransaction) + type TranParam struct