Solana
getSolanaSignedTransaction
This function for :
SOLANA
(SOL)SPL_TOKEN
- solana token
Parameters
coinType
CoinType
solana coin type.
class SolanaTransaction
hdKeyPath
Bip44KeyPath
sign key path for solana transaction
sigHash
String
transaction that has not been signed of solana transaction
fee
String
transaction fee of solana transaction * Fee value is configured in solana(SOL) unit.
decimals
int
transaction decimals of solana transaction
symbol
String
transaction symbol of solana transaction
optionParam
String
(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