Cosmos
getCosmosSignedTransaction
This function for :
COSMOS
(ATOM)COREUM
(CORE)
Parameters
Parameter | Type | Description |
---|---|---|
coinType |
| cosmos coin type. |
transaction | cosmos transaction parameters. |
class CosmosTransaction
Name | Type | Description |
---|---|---|
hdKeyPath |
| sign key path for cosmos transaction |
sigHash |
| transaction that has not been signed of cosmos transaction |
decimals |
| transaction decimals of cosmos transaction |
symbol |
| transaction symbol of cosmos transaction |
fee |
| transaction fee of cosmos transaction * Fee value is configured in cosmos(ATOM) or coreum(CORE) unit. |
nonce |
| (optional)transaction nonce of cosmos transaction |
optionParam |
| (optional)option parameter |
Returns
String
- 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