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