Add support for miner_setGasPrice API (#1237)

This commit is contained in:
Freddy Caceres
2022-08-12 08:23:13 +02:00
committed by GitHub
parent 66e8cdbe02
commit 989192028f
3 changed files with 39 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ type EVMBackend interface {
Accounts() ([]common.Address, error)
Syncing() (interface{}, error)
SetEtherbase(etherbase common.Address) bool
SetGasPrice(gasPrice hexutil.Big) bool
ImportRawKey(privkey, password string) (common.Address, error)
ListAccounts() ([]common.Address, error)
NewMnemonic(uid string, language keyring.Language, hdPath, bip39Passphrase string, algo keyring.SignatureAlgo) (*keyring.Record, error)