Solana
getSolanaSignedTransaction
This function for :
SOLANA
(SOL)SPL_TOKEN
- solana token
Parameters
Parameter | Type | Description |
---|---|---|
coinType |
| solana coin type. |
transaction | solana transaction parameters. |
class SolanaTransaction
Name | Type | Description |
---|---|---|
hdKeyPath |
| sign key path for solana transaction |
sigHash |
| transaction that has not been signed of solana transaction |
fee |
| transaction fee of solana transaction * Fee value is configured in solana(SOL) unit. |
decimals |
| transaction decimals of solana transaction |
symbol |
| transaction symbol of solana transaction |
optionParam |
| (optional)hexadecimal value of the token method type is used only in spl token. - '01': spl-token transaction - '02': create assosiate - '03' + amount(8bytes) : for dapp (amount value is configured in lamport unit) |
Returns
String
- signed transaction.
Requirements
D'CENT Biometric Wallet version 2.16.5. or higher is required.
(for spl-token): 2.17.1. or higher is required.
Example
Last updated