Near
getNearSignedTransaction
This function for :
NEAR
(NEAR)NEAR_TOKEN
NEAR_TESTNET
(NEARt)
Parameters
Parameter | Type | Description |
---|---|---|
coinType |
| near coin type. |
transaction | near transaction parameters. |
class NearTransaction
Name | Type | Description |
---|---|---|
hdKeyPath |
| sign key path for near transaction |
sigHash |
| transaction that has not been signed of near transaction |
decimals |
| transaction decimals of near transaction |
symbol |
| transaction symbol of near transaction |
fee |
| transaction fee of near transaction * Fee value is configured in near(NEAR) unit. |
nonce |
| (optional)transaction nonce of near transaction |
optionParam |
| (optional)hexadecimal value of the token method type is used only in near token.
- '02' : Function call(ft_transfer)
- ' |
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