fix: rename ContactInfo id attribute to pubkey
This commit is contained in:
committed by
Michael Vines
parent
b3aa9fda87
commit
60045eae99
@ -79,7 +79,7 @@ declare module '@solana/web3.js' {
|
||||
};
|
||||
|
||||
declare export type ContactInfo = {
|
||||
id: string,
|
||||
pubkey: string,
|
||||
gossip: string,
|
||||
tpu: string | null,
|
||||
rpc: string | null,
|
||||
|
Reference in New Issue
Block a user