Skip to content

Commit

Permalink
Add support for [email protected] RPC methods
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomatbarbosa authored and pedrobranco committed Jul 27, 2022
1 parent 6c563ac commit dda21b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@ module.exports = {
category: 'blockchain',
version: '<0.10.0'
},
getIndexInfo: {
category: 'util',
version: '>=0.21.0'
},
getInfo: {
category: 'control',
version: '>=0.1.0 <0.16.0'
Expand Down

0 comments on commit dda21b4

Please sign in to comment.