fix: rename ContactInfo id attribute to pubkey
This commit is contained in:
committed by
Michael Vines
parent
b3aa9fda87
commit
60045eae99
2
web3.js/module.d.ts
vendored
2
web3.js/module.d.ts
vendored
@ -66,7 +66,7 @@ declare module '@solana/web3.js' {
|
||||
};
|
||||
|
||||
export type ContactInfo = {
|
||||
id: string;
|
||||
pubkey: string;
|
||||
gossip: string;
|
||||
tpu?: string;
|
||||
rpc?: string;
|
||||
|
@ -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