fix: expose getConfirmedSignaturesForAddress2 method in type defs
This commit is contained in:
		
				
					committed by
					
						 Justin Starry
						Justin Starry
					
				
			
			
				
	
			
			
			
						parent
						
							e6aa3a4e07
						
					
				
				
					commit
					c0ac8aae08
				
			| @@ -367,6 +367,10 @@ declare module '@solana/web3.js' { | ||||
|       startSlot: number, | ||||
|       endSlot: number, | ||||
|     ): Promise<Array<TransactionSignature>>; | ||||
|     getConfirmedSignaturesForAddress2( | ||||
|       address: PublicKey, | ||||
|       options: ?ConfirmedSignaturesForAddress2Options, | ||||
|     ): Promise<Array<ConfirmedSignatureInfo>>; | ||||
|     getVoteAccounts(commitment: ?Commitment): Promise<VoteAccountStatus>; | ||||
|     confirmTransaction( | ||||
|       signature: TransactionSignature, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user