mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
The callback function of `web3.eth.subscribe` is a `Callback` but the type is not i.e. a `Subscribe<BlockHeader>`, it is a plain `BlockHeader`. This fix applies to all the subscription types. |
||
|---|---|---|
| .. | ||
| eth | ||
| test | ||
| index.d.ts | ||
| promiEvent.d.ts | ||
| providers.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||
| types.d.ts | ||
| utils.d.ts | ||
| web3-tests.ts | ||