feat: add support for getFirstAvailableBlock method
This commit is contained in:
committed by
Michael Vines
parent
1b8fe71230
commit
925c225885
@ -232,6 +232,7 @@ declare module '@solana/web3.js' {
|
||||
getBalance(publicKey: PublicKey, commitment: ?Commitment): Promise<number>;
|
||||
getBlockTime(slot: number): Promise<number | null>;
|
||||
getMinimumLedgerSlot(): Promise<number>;
|
||||
getFirstAvailableBlock(): Promise<number>;
|
||||
getSupply(commitment: ?Commitment): Promise<RpcResponseAndContext<Supply>>;
|
||||
getLargestAccounts(
|
||||
config: ?GetLargestAccountsConfig,
|
||||
|
Reference in New Issue
Block a user