fix: add space to ParsedAccountData (#11521)
This commit is contained in:
1
web3.js/module.d.ts
vendored
1
web3.js/module.d.ts
vendored
@ -185,6 +185,7 @@ declare module '@solana/web3.js' {
|
||||
export type ParsedAccountData = {
|
||||
program: string;
|
||||
parsed: any;
|
||||
space: number;
|
||||
};
|
||||
|
||||
export type KeyedAccountInfo = {
|
||||
|
Reference in New Issue
Block a user