feat: add minimumLedgerSlot api
This commit is contained in:
committed by
Michael Vines
parent
839e93480c
commit
6558e05fd0
1
web3.js/module.d.ts
vendored
1
web3.js/module.d.ts
vendored
@ -199,6 +199,7 @@ declare module '@solana/web3.js' {
|
||||
): Promise<RpcResponseAndContext<number>>;
|
||||
getBalance(publicKey: PublicKey, commitment?: Commitment): Promise<number>;
|
||||
getBlockTime(slot: number): Promise<number | null>;
|
||||
getMinimumLedgerSlot(): Promise<number>;
|
||||
getClusterNodes(): Promise<Array<ContactInfo>>;
|
||||
getConfirmedBlock(slot: number): Promise<ConfirmedBlock>;
|
||||
getConfirmedTransaction(
|
||||
|
Reference in New Issue
Block a user