fix: catch up to account field renaming
This commit is contained in:
@ -35,8 +35,8 @@ declare module '@solana/web3.js' {
|
||||
// === src/connection.js ===
|
||||
declare export type AccountInfo = {
|
||||
executable: boolean,
|
||||
loaderProgramId: PublicKey,
|
||||
programId: PublicKey,
|
||||
loader: PublicKey,
|
||||
owner: PublicKey,
|
||||
tokens: number,
|
||||
userdata: Buffer,
|
||||
};
|
||||
|
Reference in New Issue
Block a user