accounts/abi/bind/backends: add suggest gas tip cap

This commit is contained in:
Marius van der Wijden 2023-12-04 11:42:44 +01:00
parent 71eec44d7b
commit 8cc25715d2

View file

@ -61,6 +61,7 @@ type SimChainManagement interface {
type SimChainExtras interface {
BlockNumber(context.Context) (uint64, 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