Cosmos
getCosmosSignedTransaction
This function for :
.COSMOS
- cosmos (ATOM).COREUM
- coreum (CORE)
Parameters
coinType: cosmos networks coin type
cosmosTransaction: (CosmosTransation)cosmos transaction parameter
class CosmosTransaction
sigHash
String
transaction that has not been signed of cosmos transaction
key
String
sign key path for cosmos transaction
fee
String
transaction fee of polkadot transaction * fee value is configured in cosmos(ATOM) or coreum(CORE) unit.
nonce
String
(optional)transaction nonce of cosmos transaction
decimals
String
transaction decimals of cosmos transaction
symbol
String
transaction symbol of cosmos 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.21.0 or higher is required.
COREUM: 2.25.0 or higher is required.
Example
Last updated