fix: getEpochInfo RPC endpoint now includes the current block height

This commit is contained in:
Michael Vines
2020-07-21 14:43:40 -07:00
parent a5dd848702
commit 3b87780f21
4 changed files with 13 additions and 4 deletions

View File

@ -208,6 +208,7 @@ declare module '@solana/web3.js' {
slotIndex: number,
slotsInEpoch: number,
absoluteSlot: number,
blockHeight: ?number,
};
declare export type LeaderSchedule = {