@exodus/tx-log-monitors
This Exodus SDK feature loads transaction history for all enabled assets. It also provides the option to force refresh transaction history for assets individually or en masse.
Install
npm i @exodus/tx-log-monitors
Usage
This feature is designed to be used together with @exodus/headless
. See using the sdk.
Play with it
- Open the playground https://exodus-hydra.pages.dev/features/tx-log-monitors
- Run
await exodus.txLogMonitors.update({ assetName: 'bitcoin' })
in the Dev Tools Console.
API Side
See using the sdk for more details on how features plug into the SDK and the API interface in the type declaration .
await exodus.txLogMonitors.update({ assetName: 'bitcoin' });
UI Side
This feature doesn’t export any redux state or selectors.
Last updated on