Tezos
getTezosSignedTransaction
This function for :
TEZOS
(XTZ)XTZ_FA
TEZOS_TESTNET
(XTZ)XTZ_FA_TESTNET
Parameters
Parameter
Type
Description
coinType
CoinType
tezos coin type.
class TezosTransaction
Name
Type
Description
hdKeyPath
Bip44KeyPath
sign key path for tezos transaction
sigHash
String
transaction that has not been signed of tezos transaction
decimals
int
transaction decimals of tezos transaction
symbol
String
transaction symbol of tezos transaction
fee
String
transaction fee of tezos transaction * Fee value is configured in tezos(XTZ) unit.
nonce
String
(optional)transaction nonce of tezos transaction
optionParam
String
(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