Tezos
getTezosSignedTransaction
This function for :
TEZOS
(XTZ)XTZ_FA
TEZOS_TESTNET
(XTZ)XTZ_FA_TESTNET
Parameters
Parameter | Type | Description |
---|---|---|
coinType |
| tezos coin type. |
transaction | tezos transaction parameters. |
class TezosTransaction
Name | Type | Description |
---|---|---|
hdKeyPath |
| sign key path for tezos transaction |
sigHash |
| transaction that has not been signed of tezos transaction |
decimals |
| transaction decimals of tezos transaction |
symbol |
| transaction symbol of tezos transaction |
fee |
| transaction fee of tezos transaction * Fee value is configured in tezos(XTZ) unit. |
nonce |
| (optional)transaction nonce of tezos transaction |
optionParam |
| (optional)option parameter |
Returns
String
- signed transaction.
Requirements
D'CENT Biometric Wallet version 2.23.1 or higher is required.
(for testnet) 2.24.1 or higher is required.
Example
Last updated