diff --git a/web3.js/module.flow.js b/web3.js/module.flow.js index 7a64da6dbb..1aef2621de 100644 --- a/web3.js/module.flow.js +++ b/web3.js/module.flow.js @@ -205,11 +205,6 @@ declare module '@solana/web3.js' { dataLength: number, commitment: ?Commitment, ): Promise; - getBlock( - slot: number, - ): Promise< - Array<[Transaction, SignatureSuccess] | [Transaction, TransactionError]>, - >; } // === src/stake-program.js ===