Cardano
getCardanoSignedTransaction
This function for :
.CARDANO
- cardano (ADA).CARDANO_TESTNET
- cardano testnet (ADAt)
Parameters
coinType: cardano networks coin type
cardanoTransaction: (CardanoTransation)cardano transaction parameter
class CardanoTransaction
Name
Type
Description
unsigned
String
Unsigned transaction data of cardano transaction
key
String
sign key path for cardano transaction
Returns
result: (Bool)
true
if successful,false
if error occurredtxData: signed transaction
Requirements
D'CENT Biometric Wallet version 2.7.0. or higher is required.
Example
Last updated