forked from cerc-io/plugeth
added storageAt
This commit is contained in:
parent
0e67fcd361
commit
b1428555d1
2
dist/ethereum.js
vendored
2
dist/ethereum.js
vendored
File diff suppressed because one or more lines are too long
2
dist/ethereum.js.map
vendored
2
dist/ethereum.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/ethereum.min.js
vendored
2
dist/ethereum.min.js
vendored
File diff suppressed because one or more lines are too long
@ -77,6 +77,7 @@ var ethMethods = function () {
|
||||
var methods = [
|
||||
{ name: 'balanceAt', call: 'eth_balanceAt' },
|
||||
{ name: 'stateAt', call: 'eth_stateAt' },
|
||||
{ name: 'storageAt', call: 'eth_storageAt' },
|
||||
{ name: 'countAt', call: 'eth_countAt'},
|
||||
{ name: 'codeAt', call: 'eth_codeAt' },
|
||||
{ name: 'transact', call: 'eth_transact' },
|
||||
|
Loading…
Reference in New Issue
Block a user