Polkadot
getPolkadotSignedTransaction
This function for :
POLKADOT
(DOT)
Parameters
Parameter | Type | Description |
---|---|---|
coinType |
| polkadot coin type. |
transaction | polkadot transaction parameters. |
class PolkadotTransaction
Name | Type | Description |
---|---|---|
hdKeyPath |
| sign key path for polkadot transaction |
sigHash |
| transaction that has not been signed of polkadot transaction |
decimals |
| transaction decimals of polkadot transaction |
symbol |
| transaction symbol of polkadot transaction |
fee |
| transaction fee of polkadot transaction * Fee value is configured in polkadot(DOT) unit. |
nonce |
| (optional)transaction nonce of polkadot transaction |
optionParam |
| (optional)option parameter |
Returns
String
- signed transaction.
Requirements
D'CENT Biometric Wallet version 2.19.1 or higher is required.
Example
Last updated