Polkadot
getPolkadotSignedTransaction
This function for :
.POLKADOT
- polkadot (DOT)
Parameters
coinType: polkadot networks coin type
polkadotTransaction: (PolkadotTransation)polkadot transaction parameter
class PolkadotTransaction
Name | Type | Description |
---|---|---|
sigHash |
| transaction that has not been signed of polkadot transaction |
key |
| sign key path for polkadot transaction |
fee |
| transaction fee of polkadot transaction * fee value is configured in polkadot(DOT) unit. |
nonce |
| (optional)transaction nonce of polkadot transaction) |
decimals |
| transaction decimals of polkadot transaction |
symbol |
| transaction symbol of polkadot transaction |
optionParam |
| (optional)option parameter |
Returns
result: (Bool)
true
if successful,false
if error occurredtxData: signed transaction
Requirements
D'CENT Biometric Wallet version 2.19.1 or higher is required.
Example
Last updated