Hedera
getHederaSignedTransaction
This function for :
.HEDERA
- hedera (HBAR).HEDERA_HTS
- hedera token.HEDERA_TESTNET
- hedera testnet (HBARt).HTS_TESTNET
- hedera testnet token
Parameters
coinType: hedera networks coin type
hederaTransaction: (HederaTransation)hedera transaction parameter
class HederaTransaction
Name | Type | Description |
---|---|---|
unsigned |
| transaction that has not been signed of hedera transaction |
key |
| sign key path for hedera transaction |
symbol |
| transaction symbol of hedera transaction |
decimals |
| transaction decimals of hedera transaction |
Returns
result: (Bool)
true
if successful,false
if error occurredtxData: signed transaction
Requirements
D'CENT Biometric Wallet version 2.13.0 or higher is required.
Example
Last updated