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

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

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