fix: broken SlotInfo type def (#11120)

This commit is contained in:
Justin Starry
2020-07-18 13:22:58 +08:00
committed by GitHub
parent 1ad0d210bc
commit 74b4830ba6
2 changed files with 6 additions and 6 deletions

6
web3.js/module.d.ts vendored
View File

@ -145,9 +145,9 @@ declare module '@solana/web3.js' {
};
export type SlotInfo = {
parent: 'number';
slot: 'number';
root: 'number';
parent: number;
slot: number;
root: number;
};
export type AccountChangeCallback = (