fix: add version to ContactInfo

This commit is contained in:
Justin Starry
2020-05-13 23:14:03 +08:00
committed by Michael Vines
parent c584fbdf39
commit 02a278b3b2
4 changed files with 12 additions and 6 deletions

3
web3.js/module.d.ts vendored
View File

@ -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 = {