1.2.4 • Published 1 year ago

@exodus/fees v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@exodus/fees

This Exodus SDK feature provides an API to calculate fees for a draft transaction.

Install

yarn add @exodus/fees

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/fees
  2. Run await exodus.fees.getFees({ assetName: 'bitcoin', walletAccount: '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 { fee } = await exodus.fees.getFees({ assetName: 'bitcoin', walletAccount: 'exodus_0' })

UI Side

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

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago