Algorand
Sign Transaction
The D'CENT Web SDK provides functions for signing transaction of coins.
getAlgorandSignedTransaction()
Supported Coin Type
ALGORAND
ALGORAND_ASSET
ALGORAND_APP
ALGORAND_TESTNET
ALGORAND_ASSET_TESTNET
ALGORAND_APP_TESTNET
Parameters
unsignedTx: unsigned hexadecimal tx Algorand Developer Transaction Reference Docs
path: key path, wallet sign with that private key with a given key path (BIP32 ex) "m/44'/283'/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.
optionParam: hexadecimal value of the havah method type is used only in havah token.
'00' : ALGORAND Transfer
'01' : ALGORAND ASSET Transfer
'02' : ALGORAND ASSET OPTIN
'03' : ALGORAND APP Contract call
'04' : ALGORAND APP OPTIN
'05' : ALGORAND ASSET FT Create
'06' : ALGORAND ASSET NFT Create
Requirements
D'CENT Bridge
version 1.5.2 or higher is required.D'CENT Biometric Wallet version 2.29.1 or higher is required.
Useage
Returned response object
Last updated