Stacks
getStacksSignedTransaction
This function for :
STACKS
(STX)SIP010
- stacks tokenSTACKS_TESTNET
(STXt)SIP010_TESTNET
Parameters
coinType
CoinType
stacks coin type.
transaction
stacks transaction parameters.
class StacksTransaction
hdKeyPath
Bip44KeyPath
sign key path for stacks transaction
sigHash
String
transaction that has not been signed of stacks transaction
authType
int
fee
String
transaction fee of stacks transaction * Fee value is configured in stacks(STX) unit.
nonce
String
transaction nonce of stacks transaction
decimals
int
transaction decimals of stacks transaction
symbol
String
transaction symbol of stacks transaction
optionParam
String
(optional)hexadecimal value of the token method type - '01' : assert transfer - '02' : token stake - '03' + amount(8bytes) : token revoke (amount value is configured in micro-STX unit) - '04': dapp contract
Returns
String
- signed transaction.
Requirements
D'CENT Biometric Wallet version 2.14.1 or higher is required.
(for SIP010): 2.16.7 or higher is required.
Example
Last updated