fix: catch up to account field renaming

This commit is contained in:
Michael Vines
2018-11-14 10:06:13 -08:00
parent 1f7b8f417d
commit 67ccac9418
5 changed files with 36 additions and 38 deletions

View File

@ -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,
};