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