Polkadot
getPolkadotSignedTransaction
This function for :
.POLKADOT
- polkadot (DOT)
Parameters
coinType: polkadot networks coin type
polkadotTransaction: (PolkadotTransation)polkadot transaction parameter
class PolkadotTransaction
sigHash
String
transaction that has not been signed of polkadot transaction
key
String
sign key path for polkadot transaction
fee
String
transaction fee of polkadot transaction * fee value is configured in polkadot(DOT) unit.
nonce
String
(optional)transaction nonce of polkadot transaction)
decimals
String
transaction decimals of polkadot transaction
symbol
String
transaction symbol of polkadot transaction
optionParam
String
(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