@ledgerhq/coin-cardano
Version:
Ledger Cardano Coin integration
7 lines • 421 B
JavaScript
// Coming from @cardano-foundation/ledgerjs-hw-app-cardano code (type TxOutputFormat)
export var CardanoTxOutputFormat;
(function (CardanoTxOutputFormat) {
CardanoTxOutputFormat[CardanoTxOutputFormat["ARRAY_LEGACY"] = 0] = "ARRAY_LEGACY";
CardanoTxOutputFormat[CardanoTxOutputFormat["MAP_BABBAGE"] = 1] = "MAP_BABBAGE";
})(CardanoTxOutputFormat || (CardanoTxOutputFormat = {}));
//# sourceMappingURL=signer.js.map