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