2.10.1 • Published 11 months ago

@exodus/tx-signer v2.10.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@exodus/tx-signer

The transaction signer delegates signing of transactions to the corresponding software or hardware wallet.

flowchart LR
    A[TxSigner]
    A -->|software| B[SeedBasedTransactionSigner]
    A -->|hardware| C[HardwareWallets]
    B --> D[Keychain]
    C -->|walletAccount.source == trezor| F[Trezor]
    C -->|walletAccount.source == ledger| G[Ledger]

Install

yarn add @exodus/tx-signer

Usage

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

Play with it

  1. Open the playground https://exodus-hydra.pages.dev/features/tx-signer
  2. Try out the some methods via the UI. These corresponds 1:1 with the exodus.transactionSigner API.

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 result = await exodus.transactionSigner.signTransaction({
  baseAssetName: 'bitcoin',
  walletAccount: WalletAccount.DEFAULT,
  unsignedTx: {
    txData: {
      // your tx data
    },
    txMeta: {
      // your tx meta
    },
  },
})
2.10.1

11 months ago

2.10.0

11 months ago

2.9.3

12 months ago

2.9.2

1 year ago

2.9.1

1 year ago

2.9.0

1 year ago

2.8.2

1 year ago

2.8.1

1 year ago

2.8.0

1 year ago

2.7.0

1 year ago

2.6.0

1 year ago

2.5.0

1 year ago

2.4.1

1 year ago

2.4.0

1 year ago

2.3.4

1 year ago

2.3.3

1 year ago

2.3.2

2 years ago

2.3.1

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

1.5.0

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

1.4.0-alpha.0

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.1-rc.3

2 years ago

2.0.1-rc.2

2 years ago

2.0.1-rc.1

2 years ago

2.0.1-rc.0

2 years ago

2.0.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago