Skip to main content

@exodus/export-transactions

This Exodus SDK feature provides an API to calculate export-transactions for a draft transaction.

Install

yarn add @exodus/export-transactions

Usage

This feature is designed to be used together with @exodus/headless and is included by default. See using the sdk.

Play with it

  1. Open the playground https://exodus-hydra.pages.dev/features/export-transactions
  2. Run await exodus.exportTransactions.exportForWalletAccount('exodus_0') 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.

const txs = await exodus.exportTransactions.exportForWalletAccount('exodus_0')

UI Side

See using the sdk for more details on basic UI-side setup.