Versions in this module Expand all Collapse all v1 v1.0.47 Jan 10, 2023 Changes in this version + var TxPriorities = map[string]uint8 + func MergeTransactionOptions(primary *TransactOptions, additional *TransactOptions) error + type TransactOptions struct + ChainID *big.Int + GasLimit uint64 + GasPrice *big.Int + Nonce *big.Int + Priority uint8 + Value *big.Int + type Transactor interface + Transact func(to *common.Address, data []byte, opts TransactOptions) (*common.Hash, error)