Havah
getHavahSignedTransaction
This function for :
.HAVAH
- havah (HVH).HAVAH_HSP20
- havha token (HSP20).HAVAH_TESTNET
- havha testnet (HVH).HSP20_TESTNET
- havha testnet token
Parameters
coinType: havah networks coin type
havahTransaction: (HavahTransation)havah transaction parameter
class HavahTransaction
sigHash
String
transaction that has not been signed of havah transaction
key
String
sign key path for havah transaction
fee
String
transaction fee of havah transaction * fee value is configured in havah(HVH) unit.
nonce
String
(optional)transaction nonce of havah transaction)
decimals
String
transaction decimals of havah transaction
symbol
String
transaction symbol of havah transaction
optionParam
String
(optional)hexadecimal value of the havah method type is used only in havah tokenoption parameter
- '01' : Token Transfer
- '02' : Token Deposit
- '03' : Token Message
- '04': Token Deploy (The method will be supported later)
Returns
result: (Bool)
true
if successful,false
if error occurredtxData: signed transaction
Requirements
D'CENT Biometric Wallet version 2.26.0 or higher is required.
Example
Last updated