fix: support new 'feature-set' field in getVersion RPC method
This commit is contained in:
1
web3.js/module.d.ts
vendored
1
web3.js/module.d.ts
vendored
@@ -212,6 +212,7 @@ declare module '@solana/web3.js' {
|
||||
|
||||
export type Version = {
|
||||
'solana-core': string;
|
||||
'feature-set'?: number;
|
||||
};
|
||||
|
||||
export type VoteAccountInfo = {
|
||||
|
Reference in New Issue
Block a user