fix: add space to ParsedAccountData (#11521)

This commit is contained in:
Tyera Eulberg
2020-08-11 21:44:28 -06:00
committed by GitHub
parent 9290e561e1
commit 5f05086ed6
3 changed files with 6 additions and 0 deletions

View File

@ -174,6 +174,7 @@ declare module '@solana/web3.js' {
declare export type ParsedAccountData = {
program: string,
parsed: any,
space: number,
};
declare export type ParsedMessageAccount = {