fix: getEpochInfo RPC endpoint now includes the current block height
This commit is contained in:
@ -208,6 +208,7 @@ declare module '@solana/web3.js' {
|
||||
slotIndex: number,
|
||||
slotsInEpoch: number,
|
||||
absoluteSlot: number,
|
||||
blockHeight: ?number,
|
||||
};
|
||||
|
||||
declare export type LeaderSchedule = {
|
||||
|
Reference in New Issue
Block a user