Conflux
getConfluxSignedTransaction
This function for :
CONFLUX
(CRX)
Parameters
Parameter | Type | Description |
---|---|---|
coinType |
| conflux coin type. |
transaction | conflux transaction parameters. |
class ConfluxTransaction
Name | Type | Description |
---|---|---|
nonce |
| account nonce for Conflux transaction |
gasPrice |
| gas price for Conflux transaction |
gasLimit |
| gas limit value of Conflux transaction |
toAddr |
| address to send |
amount |
| amount of CFX to send of Conflux transaction |
storageLimit |
| storageLimit for Conflux transaction |
epochHeight |
| epochHeight for Conflux transaction |
chainId |
| chain id for Conflux transaction |
data |
| (optional)transaction input data for Conflux transaction |
hdKeyPath |
| sign key path for Conflux transaction |
Returns
String
- signed transaction.
Requirements
D'CENT Biometric Wallet version 2.18.3 or higher is required.
Example
getConfluxCrc20SignedTransaction
This function for :
CFX_CRC20
- Conflux Token
Parameters
Parameter | Type | Description |
---|---|---|
coinType |
| conflux crc20 coin type. |
transaction | conflux crc20 transaction parameters. |
class ConfluxCrc20Transaction
Name | Type | Description |
---|---|---|
nonce |
| account nonce for Conflux transaction |
gasPrice |
| gas price for Conflux transaction |
gasLimit |
| gas limit value of Conflux transaction |
toAddr |
| address to send |
amount |
| amount of CFX to send of Conflux transaction |
storageLimit |
| storageLimit for Conflux transaction |
epochHeight |
| epochHeight for Conflux transaction |
chainId |
| chain id for Conflux transaction |
data |
| (optional)transaction input data for Conflux transaction |
hdKeyPath |
| sign key path for Conflux transaction |
name |
| token name of Crc20 transaction |
contractAddress |
| contractAddress of Crc20 transaction |
toAddress |
| toAddress of Crc20 transaction |
decimals |
| decimals of of Crc20 transaction |
value |
| amount of ether to be sent of Crc20. ( Drip unit value ) |
symbol |
| symbol of Crc20 transaction |
Returns
String
- signed transaction.
ARequirements
D'CENT Biometric Wallet version 2.18.3 or higher is required.
Example
Last updated