Versions in this module Expand all Collapse all v1 v1.0.47 Jan 10, 2023 Changes in this version + func NewTransaction(nonce uint64, to *common.Address, amount *big.Int, gasLimit uint64, ...) (evmclient.CommonTransaction, error) + type TX struct + func (a *TX) Hash() common.Hash + func (a *TX) RawWithSignature(key *ecdsa.PrivateKey, domainID *big.Int) ([]byte, error)