mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
accounts/abi/bind/backends: add suggest gas tip cap
This commit is contained in:
parent
71eec44d7b
commit
8cc25715d2
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ type SimChainManagement interface {
|
||||||
type SimChainExtras interface {
|
type SimChainExtras interface {
|
||||||
BlockNumber(context.Context) (uint64, error)
|
BlockNumber(context.Context) (uint64, error)
|
||||||
ChainID(context.Context) (*big.Int, error)
|
ChainID(context.Context) (*big.Int, error)
|
||||||
|
SuggestGasTipCap(ctx context.Context) (*big.Int, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
// SimulatedBackend all interfaces in the ethereum package, but is based on a
|
// SimulatedBackend all interfaces in the ethereum package, but is based on a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue