Boost SDK
Working with Events
Learn how to get logs and listen for new events emitted by the protocol
The Boost V2 Docs are under active development and will be subject to changes.
getLogs Reference
See technical documentation for
Contract.getLogs
subscribe Reference
See technical documentation for
Contract.subscribe
Any accessible Contract
exposed by the SDK exposes 2 public methods to help retrieve typed event information.
getLogsExample.ts
subscribeExample.ts