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.
yarn add @exodus/tx-log-monitors
This feature is designed to be used together with @exodus/headless
. See using the sdk.
- Open the playground https://exodus-hydra.pages.dev/features/tx-log-monitors
- Run
await exodus.txLogMonitors.update({ assetName: 'bitcoin' })
in the Dev Tools Console.
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' })
This feature doesn't export any redux state or selectors.