For the complete documentation index, see llms.txt. This page is also available as Markdown.

Havah

Sign Transaction

The D'CENT Web SDK provides functions for signing transaction of coins.

getHavahSignedTransaction()

Supported Coin Type

  • HAVAH(HTS)

  • HAVAH Token(HSP20)

Parameters

  • unsignedTx: unsigned hexadecimal tx Hevah(ICON) Docs

  • path: key path, wallet sign with that private key with a given key path (BIP32 ex) "m/44'/858'/0'/0/0").

  • fee: fee, It is fee that wallet displays on the screen.

  • symbol: symbol, It is a symbol that the wallet displays on the screen.

  • decimals: havah or havah token's decimals.

Requirements

  • D'CENT Bridge version 1.5.0 or higher is required.

  • D'CENT Biometric Wallet version 2.26.0 or higher is required.

Useage

Returned response object

Last updated