You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
fix: ensure contractInstance.subscriptionManager.subscribe is not throwing (#7327)
* rename `LogsSubscription` at `web3-eth-contract` to `ContractLogsSubscription`
* fix issue that `contractInstance.subscriptionManager.subscribe` was throwing
* add a unit test
* @param name - The subscription you want to subscribe to
59
+
* @param args - Optional additional parameters, depending on the subscription type
60
+
* @param returnFormat- ({@link DataFormat} defaults to {@link DEFAULT_RETURN_FORMAT}) - Specifies how the return data from the call should be formatted.
* The `web3.eth.Contract` makes it easy to interact with smart contracts on the ethereum blockchain.
214
218
* For using contract package, first install Web3 package using: `npm i web3` or `yarn add web3` based on your package manager, after that contracts features can be used as mentioned in following snippet.
0 commit comments