Havah
getHavahSignedTransaction
This function for :
HAVAH
(HVH)HAVAH_HSP20
(HSP20)HAVAH_TESTNET
(HVH)HAVAH_HSP20_TESTNET
Parameters
Parameter | Type | Description |
---|---|---|
coinType |
| havah coin type. |
transaction | havah transaction parameters. |
class HavahTransaction
Name | Type | Description |
---|---|---|
hdKeyPath |
| sign key path for havah transaction |
sigHash |
| transaction that has not been signed of havah transaction |
decimals |
| transaction decimals of havah transaction |
symbol |
| transaction symbol of havah transaction |
fee |
| transaction fee of havah transaction * Fee value is configured in havah(HVH) unit. |
nonce |
| (optional)transaction nonce of havah transaction |
optionParam |
| (optional)hexadecimal value of the havah method type is used only in havah token
- '01' : Token Transfer
- '02' : Token Deposit
- '03' : Token Message
- |
Returns
String
- signed transaction.
Requirements
D'CENT Biometric Wallet version 2.26.0 or higher is required.
Example
Last updated