fix: getConfirmedBlock missing arg in defs
This commit is contained in:
		
				
					committed by
					
						
						Michael Vines
					
				
			
			
				
	
			
			
			
						parent
						
							a948757b0e
						
					
				
				
					commit
					0fa84bb06c
				
			
							
								
								
									
										2
									
								
								web3.js/module.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								web3.js/module.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -180,7 +180,7 @@ declare module '@solana/web3.js' {
 | 
			
		||||
    ): Promise<RpcResponseAndContext<number>>;
 | 
			
		||||
    getBalance(publicKey: PublicKey, commitment?: Commitment): Promise<number>;
 | 
			
		||||
    getClusterNodes(): Promise<Array<ContactInfo>>;
 | 
			
		||||
    getConfirmedBlock(): Promise<ConfirmedBlock>;
 | 
			
		||||
    getConfirmedBlock(slot: number): Promise<ConfirmedBlock>;
 | 
			
		||||
    getVoteAccounts(commitment?: Commitment): Promise<VoteAccountStatus>;
 | 
			
		||||
    confirmTransactionAndContext(
 | 
			
		||||
      signature: TransactionSignature,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user