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