fix: add version to ContactInfo
This commit is contained in:
committed by
Michael Vines
parent
c584fbdf39
commit
02a278b3b2
3
web3.js/module.d.ts
vendored
3
web3.js/module.d.ts
vendored
@ -78,9 +78,10 @@ declare module '@solana/web3.js' {
|
||||
|
||||
export type ContactInfo = {
|
||||
pubkey: string;
|
||||
gossip: string;
|
||||
gossip?: string;
|
||||
tpu?: string;
|
||||
rpc?: string;
|
||||
version?: string;
|
||||
};
|
||||
|
||||
export type ConfirmedTransactionMeta = {
|
||||
|
Reference in New Issue
Block a user