Near
getNearSignedTransaction
This function for :
NEAR
(NEAR)NEAR_TOKEN
NEAR_TESTNET
(NEARt)
Parameters
coinType
CoinType
near coin type.
transaction
near transaction parameters.
class NearTransaction
hdKeyPath
Bip44KeyPath
sign key path for near transaction
sigHash
String
transaction that has not been signed of near transaction
decimals
int
transaction decimals of near transaction
symbol
String
transaction symbol of near transaction
fee
String
transaction fee of near transaction * Fee value is configured in near(NEAR) unit.
nonce
String
(optional)transaction nonce of near transaction
optionParam
String
(optional)hexadecimal value of the token method type is used only in near token.
- '02' : Function call(ft_transfer)
- '04' : Stake (The method will be supported later.)
- '08' : Delegate (The method will be supported later)
Returns
String
- signed transaction.
Requirements
D'CENT Biometric Wallet version 2.24.0 or higher is required.
(for near-token): 2.27.1 or higher is required.
Example
Last updated