Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 2.69 KB

NearTransaction.md

File metadata and controls

13 lines (11 loc) · 2.69 KB

NearTransaction

Parameter

Name Type Description
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)