@ledgerhq/coin-hedera
Version:
Ledger Hedera Coin integration
9 lines • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getTransactionExplorer = void 0;
const getTransactionExplorer = (explorerView, operation) => {
const extra = operation.extra;
return explorerView?.tx?.replace("$hash", extra.consensusTimestamp ?? extra.transactionId ?? "0");
};
exports.getTransactionExplorer = getTransactionExplorer;
//# sourceMappingURL=logic.js.map