fix: support new 'feature-set' field in getVersion RPC method

This commit is contained in:
Michael Vines
2020-09-29 10:55:23 -07:00
parent 972619edb4
commit f63034752d
3 changed files with 4 additions and 1 deletions

View File

@ -226,6 +226,7 @@ declare module '@solana/web3.js' {
declare export type Version = {
'solana-core': string,
'feature-set': ?number,
};
declare export type VoteAccountInfo = {