fix: fix getEpochInfo type definition
This commit is contained in:
committed by
Michael Vines
parent
6558e05fd0
commit
7f9a2e477f
2
web3.js/module.d.ts
vendored
2
web3.js/module.d.ts
vendored
@ -230,7 +230,7 @@ declare module '@solana/web3.js' {
|
||||
getVersion(): Promise<Version>;
|
||||
getInflation(commitment?: Commitment): Promise<Inflation>;
|
||||
getEpochSchedule(): Promise<EpochSchedule>;
|
||||
getEpochInfo(): Promise<EpochInfo>;
|
||||
getEpochInfo(commitment?: Commitment): Promise<EpochInfo>;
|
||||
getRecentBlockhashAndContext(
|
||||
commitment?: Commitment,
|
||||
): Promise<RpcResponseAndContext<BlockhashAndFeeCalculator>>;
|
||||
|
Reference in New Issue
Block a user