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

View File

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