fix: remove GetBlock from module flow

This commit is contained in:
Jack May 2020-01-04 20:39:54 -08:00 committed by Michael Vines
parent a51e0211d4
commit 09f004c047
1 changed files with 0 additions and 5 deletions

View File

@ -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 ===