Tron
getTronSignedTransaction
This function for :
.TRON
- tron (TRX).TRC_TOKEN
- tron token.TRX_TESTNET
- tron testnet (tTRX).TRC_TESTNET
- tron testnet token
Parameters
coinType: tron networks coin type
tronTransaction: (TronTransation)tron transaction parameter
class TronTransaction
Name
Type
Description
txData
String
transaction that has not been signed of tron transaction
key
String
sign key path for tron transaction
fee
String
transaction fee of this tron transaction * fee value is configured in tron(TRX) unit.
Returns
result: (Bool)
true
if successful,false
if error occurredtxData: signed transaction
Requirements
D'CENT Biometric Wallet version 2.2.2. or higher is required.
Example
Last updated