Algorand
getAlgorandSignedTransaction
This function for :
ALGORAND
(ALGO)ALGORAND_TESTNET
(ALGO)ALGORAND_ASSET
ALGORAND_ASSET_TESTNET
ALGORAND_APP
ALGORAND_APP_TESTNET
Parameters
Parameter | Type | Description |
---|---|---|
coinType |
| algorand coin type. |
transaction | algorand transaction parameters. |
class AlgorandTransaction
Name | Type | Description |
---|---|---|
hdKeyPath |
| sign key path for algorand transaction |
sigHash |
| transaction that has not been signed of algorand transaction |
decimals |
| transaction decimals of algorand transaction |
symbol |
| transaction symbol of algorand transaction |
fee |
| transaction fee of algorand transaction |
nonce |
| Not used |
optionParam |
| (optional)option parameter: - '00': ALGO transfer - '01': ASSET transfer - '02': ASSET Opt-in - '03': APP ContranctCall - '04': APP Opt-in - '05': ASSET FT Creation - '06': ASSET NFT Creation |
Returns
String
- signed transaction.
Requirements
D'CENT Biometric Wallet version 2.29.1 or higher is required.
Example
Last updated