fix: remove GetBlock from module flow
This commit is contained in:
		@@ -205,11 +205,6 @@ declare module '@solana/web3.js' {
 | 
			
		||||
      dataLength: number,
 | 
			
		||||
      commitment: ?Commitment,
 | 
			
		||||
    ): Promise<number>;
 | 
			
		||||
   getBlock(
 | 
			
		||||
      slot: number,
 | 
			
		||||
    ): Promise<
 | 
			
		||||
      Array<[Transaction, SignatureSuccess] | [Transaction, TransactionError]>,
 | 
			
		||||
    >;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // === src/stake-program.js ===
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user