Vechain
getVechainSignedTransaction
This function for :
.VECHAIN
- vechain (VET).VECHAIN_ERC20
- vechain token
Parameters
coinType: vechain networks coin type
vechainTransaction: (VechainTransation)vechain transaction parameter
class VechainTransaction
Name | Type | Description |
---|---|---|
sigHash |
| transaction that has not been signed of vechain transaction |
key |
| sign key path for vechain transaction |
fee |
| transaction fee of vechain transaction * fee value is configured in vechain(VET) unit. |
nonce |
| (optional)transaction nonce of vechain transaction |
decimals |
| transaction decimals of vechain transaction |
symbol |
| transaction symbol of vechain transaction |
optionParam |
| (optional)option parameter |
Returns
result: (Bool)
true
if successful,false
if error occurredtxData: signed transaction
Requirements
D'CENT Biometric Wallet version 2.23.2 or higher is required.
Example
Last updated