mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
parent
a2cf4e3111
commit
2539836ede
1 changed files with 6 additions and 1 deletions
|
|
@ -561,6 +561,11 @@ web3._extend({
|
|||
params: 3,
|
||||
inputFormatter: [null, web3._extend.formatters.inputBlockNumberFormatter, null]
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'getLogs',
|
||||
call: 'eth_getLogs',
|
||||
params: 1,
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'getBlockReceipts',
|
||||
call: 'eth_getBlockReceipts',
|
||||
|
|
@ -711,7 +716,7 @@ web3._extend({
|
|||
call: 'XDCx_sendLendingRawTransaction',
|
||||
params: 1
|
||||
}),
|
||||
|
||||
|
||||
new web3._extend.Method({
|
||||
name: 'sendOrderTransaction',
|
||||
call: 'XDCx_sendOrder',
|
||||
|
|
|
|||
Loading…
Reference in a new issue