console: add method signature for txpool_contentByAccount

This commit is contained in:
barryz 2021-05-31 17:10:55 +08:00
parent 93ecc6e93c
commit dc0e9ab1b9

View file

@ -773,7 +773,15 @@ web3._extend({
const TxpoolJs = `
web3._extend({
property: 'txpool',
methods: [],
methods:
[
new web3._extend.Method({
name: 'contentByAccount',
call: 'txpool_contentByAccount',
params: 1,
inputFormatter: [null]
}),
],
properties:
[
new web3._extend.Property({