Skip to content

Commit

Permalink
Add debug_storageRangeAt method
Browse files Browse the repository at this point in the history
  • Loading branch information
cdetrio authored and axic committed Jul 26, 2018
1 parent f025732 commit fee6a3e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/web3/methods/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,15 @@ var methods = function () {
params: 4
});

var storageRangeAt = new Method({
name: 'storageRangeAt',
call: 'debug_storageRangeAt',
params: 5
});

return [
accountRangeAt
accountRangeAt,
storageRangeAt
];
};

Expand Down

0 comments on commit fee6a3e

Please sign in to comment.