fix: fix getEpochInfo type definition
This commit is contained in:
committed by
Michael Vines
parent
6558e05fd0
commit
7f9a2e477f
@ -243,7 +243,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